Skip to main content
GET
Get run

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

run_id
string<uuid>
required

Response

Successful Response

Persistent crew run record returned from the history API.

id
string
required
correlation_id
string
required
owner_id
string
required
status
enum<string>
required
Available options:
pending,
running,
completed,
failed
created_at
string
required
crew_type
string | null
crew_config
CrewConfig · object | null

Configuration model for a CrewAI crew with agents and tasks.

task_input
Task Input · object | null
result
string | null
error
string | null
started_at
string | null
completed_at
string | null