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
Optional
limit?: numberThe number of feedback to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: "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.
Optional
options: ApiCallOptions
Retrieves the list of interactions for the thread.