Get Thread Status

Beta
Check the status of a thread execution by thread ID. Returns thread status and associated conversation asset information for tracking progress.

Path parameters

thread_idstringRequired
thread_idstringRequired
The unique thread ID to check status for

Headers

X-API-KEYstringRequired

Response

Thread status retrieved successfully
conversation_assetobject or null
Information about the associated conversation asset
created_atstring
ISO timestamp when thread was created
statusstring

Current status of the thread (e.g., ‘running’, ‘completed’, ‘failed’)

thread_idstring
The thread ID that was checked
updated_atstring
ISO timestamp when thread was last updated

Errors