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.

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_idstringRequired
thread_idstringRequired
The unique thread ID to check status for

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
errorstring or null
Error message if thread execution failed

Errors