List thread

Retrieve threads matching the specified filters with pagination.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Query parameters

pageintegerOptionalDefaults to 1
The page number to retrieve.
page_sizeintegerOptionalDefaults to 100
The number of items per page. Maximum is 1000.
environmentstringOptional
This is controlled by the API key. A prod API key creates prod threads, test key creates test threads.

Request

This endpoint expects an object.
filtersobjectOptional

Filter criteria. See Filters API Reference.

operatorenumOptionalDefaults to AND
Logical operator to combine filters.
Allowed values:

Response

Paginated list of threads.
countinteger
Total matching threads.
nextstring or null
Next page URL.
previousstring or null
Previous page URL.
resultslist of objects

Errors

401
Unauthorized Error