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