v2

latestOpenAPI 3.1.02026-07-262937191.0 MB
workflows.executions

Get Workflow Execution Trace Events

Get Workflow Execution Trace Events

get/v1/workflows/executions/{execution_id}/trace/events

Path parameters

execution_idstring required

Query parameters

merge_same_id_eventsboolean
include_internal_eventsboolean

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:WorkflowExecutionTraceEventsResponse:properties:result:anyOf","oasType":"schema","type":"unknown","title":"Result","description":"The result of the workflow execution, if available","nullable":true}