List thread
Retrieve threads matching the specified filters with pagination.
Authentication
AuthorizationBearer
Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, OpenAI or Azure OpenAI provider credentials go in Settings -> Providers or the request body credential_override field, not in this auth field.
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.
Response
Paginated list of threads.
count
Total matching threads.
next
Next page URL.
previous
Previous page URL.
results
Errors
401
Unauthorized Error