Runs
Create Run
Trigger a new run of your deployed crew
POST
Request
Deployment ID
Input data passed to your crew’s kickoff function
Environment to run in:
production or stagingResponse
Returns HTTP 202 (Accepted).Run ID (e.g.,
run_abc123xyz)Version ID used for this run
Version number used for this run
Run status:
runningNotes
- Runs are created and executed asynchronously
- Use the Stream Events endpoint to get real-time updates
- Poll the Get Run endpoint for completion status