WorkflowExecutionResponse

June 23, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescription
workflow_namestr:heavy_check_mark:The name of the workflow
workflow_idOptionalNullable[str]:heavy_minus_sign:The ID of the workflow
deployment_nameOptionalNullable[str]:heavy_minus_sign:The name of the deployment that ran this execution
execution_idstr:heavy_check_mark:The ID of the workflow execution
parent_execution_idOptionalNullable[str]:heavy_minus_sign:The parent execution ID of the workflow execution
root_execution_idstr:heavy_check_mark:The root execution ID of the workflow execution
run_idOptionalNullable[str]:heavy_minus_sign:The unique run identifier (database UUID)
user_idOptionalNullable[str]:heavy_minus_sign:The ID of the user who triggered the execution
statusNullable[models.WorkflowExecutionStatus]:heavy_check_mark:The status of the workflow execution
start_timedate:heavy_check_mark:The start time of the workflow execution
end_timedate:heavy_check_mark:The end time of the workflow execution, if available
total_duration_msOptionalNullable[int]:heavy_minus_sign:The total duration of the trace in milliseconds
resultNullable[Any]:heavy_check_mark:The result of the workflow execution, if available