Skip to main content
POST
Run template

Authorizations

Authorization
string
header
required

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

Path Parameters

template_id
string<uuid>
required

Body

application/json

Run a saved crew template with concrete values for its variables.

values
Values · object

Key-value pairs of variable names and their values, as declared in the template. Call GET /api/crew-templates/{template_id} first to see the available variable names.

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