Get Thread Status
Check the status of a thread execution by thread ID. Returns thread status and associated conversation asset information for tracking progress.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
thread_id
thread_id
The unique thread ID to check status for
Response
Thread status retrieved successfully
conversation_asset
Information about the associated conversation asset
created_at
ISO timestamp when thread was created
status
Current status of the thread (e.g., ‘running’, ‘completed’, ‘failed’)
thread_id
The thread ID that was checked
updated_at
ISO timestamp when thread was last updated
error
Error message if thread execution failed
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
