Skip to main content
POST
Run custom crew

Authorizations

Authorization
string
header
required

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

Headers

x-correlation-id
string | null

Body

application/json

Advanced mode: run a custom crew from a full CrewConfig.

crew_config
CrewConfig · object
required

Configuration model for a CrewAI crew with agents and tasks.

task_input
Task Input · object | null

Response

Successful Response

Response returned after a crew run starts.

correlation_id
string
required
status
enum<string>
default:pending
Available options:
pending,
running,
completed,
failed
message
string | null