The end time of the workflow execution, if available













Workflows Executions Endpoints
Get Workflow Execution
GET /v1/workflows/executions/{execution_id}
Playground
Test the endpoints live
Get Workflow Execution History
GET /v1/workflows/executions/{execution_id}/history
Playground
Test the endpoints live
Signal Workflow Execution
POST /v1/workflows/executions/{execution_id}/signals
Playground
Test the endpoints live
Query Workflow Execution
POST /v1/workflows/executions/{execution_id}/queries
Playground
Test the endpoints live
Terminate Workflow Execution
POST /v1/workflows/executions/{execution_id}/terminate
Playground
Test the endpoints live
Batch Terminate Workflow Executions
POST /v1/workflows/executions/terminate
Playground
Test the endpoints live
Cancel Workflow Execution
POST /v1/workflows/executions/{execution_id}/cancel
Playground
Test the endpoints live
Batch Cancel Workflow Executions
POST /v1/workflows/executions/cancel
Playground
Test the endpoints live
Reset Workflow
POST /v1/workflows/executions/{execution_id}/reset
Playground
Test the endpoints live
Update Workflow Execution
POST /v1/workflows/executions/{execution_id}/updates
Playground
Test the endpoints live
Get Workflow Execution Trace Otel
GET /v1/workflows/executions/{execution_id}/trace/otel
Playground
Test the endpoints live
Get Workflow Execution Trace Summary
GET /v1/workflows/executions/{execution_id}/trace/summary
Playground
Test the endpoints live
Get Workflow Execution Trace Events
GET /v1/workflows/executions/{execution_id}/trace/events
Playground
Test the endpoints live
Stream
GET /v1/workflows/executions/{execution_id}/stream
Playground
Test the endpoints live
Get Workflow Execution Logs
GET /v1/workflows/executions/{execution_id}/logs
Retrieve logs for a workflow execution from Dora.
First page sets the window via after/before (default: execution start through now, both
widened by a margin so the bounds still prune partitions); later pages pass cursor, which
carries both the window and the sort order (so after/before/order are then ignored —
the order is fixed at the first page so a client can't flip direction mid-pagination).
Playground
Test the endpoints live
Stream Workflow Execution Logs
GET /v1/workflows/executions/{execution_id}/logs/stream
Stream logs for a workflow execution via SSE.
If last_event_id is set it resumes from that cursor and takes precedence over after;
otherwise after sets a fresh stream's start point (omit both to tail from the execution start).
Playground
Test the endpoints live











