Threads
Thread list
POST
This endpoint retrieves log threads based on specified filters and pagination parameters.
Authentication
Requires API key authentication via Bearer token in the Authorization header.
Query Params
The page number to retrieve.
The number of items per page. Maximum is 1000.
This is controlled by the API key. A prod
API key creates prod
threads, test
key creates test
threads.
Post params
The filters to apply to the threads.
Example
Python
Response
Was this page helpful?