Skip to main content
POST
Execute Workflow

Authorizations

Authorization
string
header
required

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

Headers

X-Organization-Id
string | null

Path Parameters

workflow_id
string
required

Body

application/json

Request to execute a workflow with input data

input
Input · object[]
required

Input data records to process through the workflow

cancel_existing
boolean
default:false

Cancel any currently running executions before starting this one

Response

Successful Response

Response from workflow execution start

workflow_run_id
string
required
workflow_id
string
required
workflow_name
string
required
status
string
required
created_at
string<date-time>
required
poll_url
string
required
workflow_url
string
required
total_nodes
integer
required
message
string
required