Reads events for an execution after checking the workflows:<name> entitlement associated with it. Available in every execution state, it returns ordered persisted events as JSON or opens an SSE feed when Accept requests text/event-stream; it does not mutate the execution.
/v1/executions/{id}/eventsReads events for an execution after checking the workflows: entitlement associated with it. Available in every execution state, it returns ordered persisted events as JSON or opens an SSE feed when Accept requests text/event-stream; it does not mutate the execution.
bearerAuth In: header
Execution ID.
application/json
application/json
application/json
curl -X GET "https://example.com/v1/executions/string/events"{ "events": [ { "dispatchedAt": "string", "eventId": "string", "eventType": "string", "eventVersion": "string", "executionId": "string", "occurredAt": "string", "payloadJson": null, "principalId": "string", "routedAt": "string", "streamPublishedAt": "string", "traceparent": "string" } ]}Resume failed or paused execution POST
Requires the workflows:<name> entitlement for the execution. The mutating action resumes a paused run that owns its active command lane, or queues an eligible failed or canceled update-lambda-version retry; other states and unsupported failed or canceled workflows are rejected.
Stream events over SSE GET
Opens a read-only SSE stream using a bearer credential or one-time short-lived stream token. At least one workflow entitlement is required, requested workflow filters are narrowed to those entitlements, and the stream does not depend on or mutate execution state.