API ReferenceTypesSearchThreadArgsOn this pageSearchThreadArgs type SearchThreadArgs = { cursor?: string; limit?: number; query: string; threadId: string;}; Properties cursor? optional cursor: string; limit? optional limit: number; query query: string; threadId threadId: string;