POST
/
run

Authorizations

Authorization
string
headerrequired

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

Body

application/json
workflow_version_id
string
required
execution_mode
enum<string> | null
default: async
Available options:
async,
sync,
sync_first_result
inputs
object | null
webhook
string | null
webhook_intermediate_status
boolean | null
default: false
origin
string | null
default: api
batch_number
integer | null
batch_input_params
object | null

Optional dictionary of batch input parameters. Keys are input names, values are lists of inputs.

is_native_run
boolean | null
default: false
machine_id
string | null

Response

200 - application/json
run_id
string
required