Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

agentId
string<uuid>
required

Unique identifier of the agent

runId
string<uuid>
required

Unique identifier of the asynchronous run to check status for

Response

Successful response

Status information for asynchronous agent run

status
enum<string>
required

Chat execution status

Available options:
queued,
running,
waiting,
done,
error,
interrupted
statusMessage
string

Additional status context, typically error messages