Retrieve Thread

Retrieves a thread by ID from your Confident AI project.

Path parameters

threadIdstringRequired
This is the thread ID you wish to retrieve.

Headers

CONFIDENT_API_KEYstringRequired
The API key of your Confident AI project.

Response

successboolean
This is true if the thread was successfully retrieved.
dataobject
This maps to the thread retrieved.
deprecatedboolean
This is true if this endpoint is deprecated.