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
Path parameters
thread_id
The unique thread ID to check status for
Query parameters
include_messages
Whether to materialize checkpoint messages. By default, deployments with lightweight active reads enabled omit messages while a run is scheduled, queued, or running, and include them once it is terminal. Set true to force messages or false to skip them.
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
