WorkflowExecutionResponse
June 23, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
workflow_name | str | :heavy_check_mark: | The name of the workflow |
workflow_id | OptionalNullable[str] | :heavy_minus_sign: | The ID of the workflow |
deployment_name | OptionalNullable[str] | :heavy_minus_sign: | The name of the deployment that ran this execution |
execution_id | str | :heavy_check_mark: | The ID of the workflow execution |
parent_execution_id | OptionalNullable[str] | :heavy_minus_sign: | The parent execution ID of the workflow execution |
root_execution_id | str | :heavy_check_mark: | The root execution ID of the workflow execution |
run_id | OptionalNullable[str] | :heavy_minus_sign: | The unique run identifier (database UUID) |
user_id | OptionalNullable[str] | :heavy_minus_sign: | The ID of the user who triggered the execution |
status | Nullable[models.WorkflowExecutionStatus] | :heavy_check_mark: | The status of the workflow execution |
start_time | date | :heavy_check_mark: | The start time of the workflow execution |
end_time | date | :heavy_check_mark: | The end time of the workflow execution, if available |
total_duration_ms | OptionalNullable[int] | :heavy_minus_sign: | The total duration of the trace in milliseconds |
result | Nullable[Any] | :heavy_check_mark: | The result of the workflow execution, if available |