POST /api/v1/runs
Runs
Start workflow run
Start a workflow run by workflow ID or system workflow slug.
POST
POST /api/v1/runs
Use this endpoint to start a full workflow run. The response returns a
runId; poll GET /v1/runs/{runId} for status and node outputs.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
StartRunInputSchema
Response
202
Accepted