List Threads
Retrieves a list of threads from your Confident AI project.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Query parameters
page
This specifies the page number of the threads to return. Defaulted to 1.
pageSize
This specifies the maximum number of threads per page. Defaulted to 25.
environment
This filters the threads by the environment where the thread was created, and returns threads from all environments if not specified.
start
This filters for threads created after the specified start datetime. Defaulted to 30 days ago.
end
This filters for threads created before the specified end datetime. Defaulted to the current time.
sortBy
This determines the field to sort by. Defaulted to lastActivity.
Allowed values:
ascending
This determines if the field specified in sortBy should be in ascending order. Defaults to false.
Allowed values:
Response
success
This is true if the threads were successfully retrieved.
data
This maps to the list of threads retrieved.
deprecated
This is true if this endpoint is deprecated.