Trigger a new workflow run from a checkpoint of an existing workflow run.
Retrieve your API Key from Dashboard API Keys Section.
24^[0-9a-f]{24}$"5eb7cf5a86d9755df3a6c593"
24^[0-9a-f]{24}$"5eb7cf5a86d9755df3a6c593"
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 config
DB Object ID of this workflow run
Miscellaneous metadata that can be used by the workflow run
For evaluation runs, this is the id of the original workflow run being evaluated. For checkpoint resumed runs, this is the id of the parent run being cloned.
For checkpoint resumed runs, this stores the turn index of the parent run that was cloned.
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.
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.