List threads
Returns threads that the current agent has access to in a given chat.
Authorizations
Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.
Body
The chat ID.
asc for oldest threads first, desc for newest threads first.
asc, desc Maximum number of records per page. Cannot be used together with min_events_count.
x <= 100Pagination token. Cannot be used together with min_events_count.
Minimum number of events to return across threads. Returns as many latest threads as needed to meet this condition. Cannot be used together with limit, page_id, or filters.
1 <= x <= 100Thread filters. Cannot be used together with min_events_count.
Response
Threads in the chat.
Array of thread objects.
Total number of found threads.
Pagination token for the next page.
Pagination token for the previous page.