Execute a workflow by ID.
Concurrency is enforced at two levels:
Retrieve your API Key from Dashboard API Keys Section.
24^[0-9a-f]{24}$"5eb7cf5a86d9755df3a6c593"
Version number to execute. If not provided, uses active version. Ignored for legacy workflows.
x >= 0Input to the workflow, used to kick off or resume a workflow run.
Dynamic variable values that will replace the '{{...}}' placeholders in the prompts, condition strings, tool signatures, etc.
Runtime variables that will replace the '[[...]]' placeholders in the prompts, condition strings, tool signatures, etc.
Miscellaneous run-input data
Command to execute on the workflow or workflow run
start, data, resume, pause, stop DB Object ID of the workflow to run
24^[0-9a-f]{24}$"5eb7cf5a86d9755df3a6c593"
Version number of the workflow this run is associated with. 0 is the initial version (default).
Identifier of the user or system that initiated the workflow run
ID of the workflow run to resume
24^[0-9a-f]{24}$"5eb7cf5a86d9755df3a6c593"
Team ID associated with this workflow run, used for vendor credential lookup
Mapping of thread IDs to node inputs
Successful Response
Represents a workflow run, which is a specific execution of a workflow.
Unique ID associated with this particular run of the workflow
ID of the workflow being run
Version number of the workflow this run is associated with. 0 is the initial version (default).
Current status of the workflow run
not_started, started, running, failed, completed, paused, waiting_for_user_input, cancelled, aborted_looping_risk Describes what caused the run to reach a terminal state (especially FAILED). None for normal completions. Well-known values: 'execution_error', 'stale_run_reaper', 'finally_safety_net'.
List of input-output pairs. Each pair corresponds to each contiguous execution segment of the workflow
Identifier of the user or system that initiated the workflow run
List of comments associated with the workflow run
Token usage information for a workflow run, including total tokens and breakdown by model and provider.
Latency statistics for a workflow run, including total calls, average latency, and breakdown by model.
Version name of the workflow this run is associated with
Fully hydrated workflow configuration at the time of execution
DB Object ID of this workflow run
For evaluation runs, this is the id of the original workflow run being evaluated. None for regular workflow runs.
Flag indicating if this workflow run is an evaluation run triggered automatically after another workflow run completed
Contains information about the evaluation that was triggered for a workflow run. This is stored in the source workflow run after evaluation completes.