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