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.
/v1/executions/{id}/resumeRequires the workflows: 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.
bearerAuth In: header
Execution ID.
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/executions/string/resume"{ "execution": { "cancellationRequestedAt": "string", "createdAt": "string", "currentStage": "string", "executionId": "string", "finishedAt": "string", "principalId": "string", "status": "canceled", "workflow": "string" }, "status": "retry_queued"}Retry Google Maps referrer whitelisting POST
Requires workflows:onboard-domain for the execution. This mutating recovery queues only for a succeeded onboarding run whose Google Maps stage records manual-required; an existing pending retry is returned instead of creating another command.
Read execution events GET
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.