v2
latestOpenAPI 3.1.02026-07-262937191.0 MBworkflows.runs
Get Run
Get Run
get/v1/workflows/runs/{run_id}
Path parameters
run_idstring uuid required
Response
Successful Response
workflow_namestring required
The name of the workflow
workflow_idstring uuid nullable
The ID of the workflow
deployment_namestring nullable
The name of the deployment that ran this execution
execution_idstring required
The ID of the workflow execution
parent_execution_idstring nullable
The parent execution ID of the workflow execution
root_execution_idstring required
The root execution ID of the workflow execution
run_idstring nullable
The unique run identifier (database UUID)
user_idstring nullable
The ID of the user who triggered the execution
status'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELED' | 'TERMINATED' | 'CONTINUED_AS_NEW' | 'TIMED_OUT' | 'RETRYING_AFTER_ERROR' required
start_timestring date-time required
The start time of the workflow execution
end_timestring date-time nullable required
The end time of the workflow execution, if available
total_duration_msinteger nullable
The total duration of the trace in milliseconds
{"stackTrail":"components:schemas:WorkflowExecutionResponse:properties:result:anyOf","oasType":"schema","type":"unknown","title":"Result","description":"The result of the workflow execution, if available","nullable":true}