Skip to main content
Get Orchestrate Assistant Run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

run_id
string
required

Response

Successful Response

id
string<uuid>
required
thread_id
string<uuid>
required
tenant_id
string | null
assistant_id
string<uuid> | null
status
enum<string> | null
default:pending
Available options:
pending,
running,
completed,
async_wait,
async_completed,
failed,
cancelled,
requires_input,
expired
created_at
string<date-time> | null
started_at
string<date-time> | null
completed_at
string<date-time> | null
failed_at
string<date-time> | null
cancelled_at
string<date-time> | null
llm_params
TextGenerationParameters · object | null
usage
Usage · object | null
last_error
string | null
result
Result · object | null
guardrails
Guardrails · object | null
agent_id
string | null
additional_parameters
Additional Parameters · object | null
trace_id
string | null