Create Run With Api Key
Runs
Create Async Run
Create a run for a specific workflow asynchronously
POST
Create Run With Api Key
Parameters
Path Parameters
string
required
The ID of the workflow to run.
Body Parameters
object
required
Key-value pairs mapping input node labels (or IDs) to their values. The keys depend on how your workflow’s input nodes are configured.
string
Optional webhook URL. When the run reaches a terminal state (
completed, failed, or stopped), the platform sends a POST request to this URL with the run result. Must be a valid HTTP(S) URL — invalid URLs are rejected with a 422 at creation time.string (uuid)
Run a specific saved version of the workflow. If omitted, the latest (current) version is used.
string[]
Limit execution to a subset of node IDs. Only these nodes (and their dependencies) will run. If omitted, the full workflow runs.
string
Run a single node in isolation. The provided
input must satisfy all of the node’s input requirements.boolean
default:"false"
Enable OpenTelemetry tracing for this run. Traces are sent to your configured observability provider.
string
Override the workspace (group) for this run. Defaults to the workspace associated with the API key.
string
Debugger session ID for live debugging in the workflow editor.
Examples
Basic run
Run with webhook callback
Run a specific version
Authorizations
Path Parameters
Body
application/json
Response
Successful Response
SimplifiedRun for public API — excludes workflow_definition.
Available options:
queued, running, failed, completed, stopped, awaiting_human_feedback