Skip to main content
POST
/
v1
/
orchestration
/
runs
Trigger Run
curl --request POST \
  --url https://api.example.com/v1/orchestration/runs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "workflow_id": "<string>",
  "inputs": {}
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workflow_id
string
required

ID of the workflow to run

inputs
Inputs · object

Response

Successful Response

The response is of type Response Trigger Run V1 Orchestration Runs Post · object.