Skip to main content
POST
List thread
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

integer
default:1
The page number to retrieve.
integer
default:100
The number of items per page. Maximum is 1000.
string
default:"prod"
This is controlled by the API key. A prod API key creates prod threads, test key creates test threads.

Post params

object
The filters to apply to the threads. For complete filter operators and examples, see the Filters API Reference.
string
The identifier of the thread. Operators: "" (is), “in” (is in list)
string
The operator to use. Operators: "" (is), “in” (is in list)
array
The value to filter by.
string
The ID of the organization. Operators: "" (is), “not” (is not)
string
The operator to use. Operators: "" (is), “not” (is not)
array
The value to filter by.
string
Filter by customer ID Operators: "" (is), “not” (is not)
string
The operator to use. Operators: "" (is), “not” (is not)
array
The value to filter by.

Example

Python

Response