List thread
Retrieve threads matching the specified filters with pagination.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Query parameters
page
The page number to retrieve.
page_size
The number of items per page. Maximum is 1000.
environment
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.
operator
Logical operator to combine filters.
Allowed values:
Response
Paginated list of threads.
count
Total matching threads.
next
Next page URL.
previous
Previous page URL.
results
Errors
401
Unauthorized Error