Skip to main content
POST

Request

string
required
Deployment ID
object
Input data passed to your crew’s kickoff function
string
default:"production"
Environment to run in: production or staging

Response

Returns HTTP 202 (Accepted).
string
Run ID (e.g., run_abc123xyz)
string
Version ID used for this run
integer
Version number used for this run
string
Run status: running

Notes

  • Runs are created and executed asynchronously
  • Use the Stream Events endpoint to get real-time updates
  • Poll the Get Run endpoint for completion status