Retrieve threads
Retrieve a list of conversation threads from the specified inboxes. This endpoint allows filtering by associated contact or ticket, thread status, and other parameters. It supports pagination and sorting to help manage large sets of data effectively.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.
Whether to return only results that have been archived.
The unique identifier of the associated contact to filter threads.
The unique identifier of the associated ticket to filter threads.
A list of associations to filter the threads by. Valid values include 'TICKET'.
TICKET A list of inbox IDs to filter the threads by.
Filter threads to only include those with a latest message timestamp after this date-time.
The maximum number of results to display per page.
A specific property to include in the response.
A list of fields to sort the results by.
The status of the thread to filter by. Valid values are 'OPEN' and 'CLOSED'.
CLOSED, OPEN