This endpoint retrieves log threads based on specified filters and pagination parameters.
Requires API key authentication via Bearer token in the Authorization header.
page integer: The page number to retrieve.
page_size integer: The number of items per page. Maximum is 1000.
environment string: This is controlled by the API key. A prod API key creates prod threads, test key creates test threads.
filters object: The filters to apply to the threads. For complete filter operators and examples, see the Filters API Reference.Properties
thread_identifier string: The identifier of the thread. Operators: "" (is), “in” (is in list)Properties
operator string: The operator to use. Operators: "" (is), “in” (is in list)
value array: The value to filter by.
organization_key_id string: The ID of the organization. Operators: "" (is), “not” (is not)
Properties
operator string: The operator to use. Operators: "" (is), “not” (is not)
value array: The value to filter by.
customer_identifier string: Filter by customer ID Operators: "" (is), “not” (is not)
Properties
operator string: The operator to use. Operators: "" (is), “not” (is not)
value array: The value to filter by.
API key authentication. Get your API key from https://platform.respan.ai/platform/api-keys