The ID of the assistant from which to retrieve threads.
an object with query parameters
Optionalfilter?: stringOptional parameter to filter threads.
Optionallimit?: numberThe number of assistants to get.
Optionalnext?: stringOptional parameter to request the next page.
Optionalprev?: stringOptional parameter to request the previous page.
Optionalsort?: "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED" | "NAME" | "-NAME"Optional resource field name to sort on, case insensitive, e.g. name. Can be prefixed with - to set descending order; defaults to ascending.
Optionaloptions: ApiCallOptions
Retrieves the list of threads for the assistant.