Skip to main content
GET
Get Thread Status

Authorizations

Authorization
string
header
required

Bearer API key for server-to-server access. Session auth is also supported in first-party UI flows.

Path Parameters

thread_id
string
required

Query Parameters

include_messages
boolean

When true, include conversation messages while the run is still in progress. Terminal runs include messages by default.

organizationId
string

Required for session auth. Optional for API keys.

Maximum string length: 120

Response

Success

thread_id
string
required
status
string
required

running, completed, or failed.

created_at
string
required
updated_at
string
required
conversation_asset
object | null
required
error
string | null