Read-only execution search for an authenticated principal. Results are limited to workflows for which the caller has workflows:<name> entitlement, then filtered by workflow, status, requesting principal, and limit; no execution state is changed.
/v1/executionsRead-only execution search for an authenticated principal. Results are limited to workflows for which the caller has workflows: entitlement, then filtered by workflow, status, requesting principal, and limit; no execution state is changed.
bearerAuth In: header
Maximum records to return. Must be between 1 and 100.
1 <= value <= 10050Filter by workflow name.
Filter by execution status.
Filter by requesting principal.
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/executions"{ "executions": [ { "cancellationRequestedAt": "string", "createdAt": "string", "currentStage": "string", "executionId": "string", "finishedAt": "string", "principalId": "string", "status": "canceled", "workflow": "string" } ]}Event catalog GET
Public, read-only catalog of Alfred event types, lifecycle metadata, and JSON Schemas; it requires no bearer token and does not depend on workflow state.
Get execution GET
Reads one execution, its ordered stages, and any normalized onboarding outcome. The bearer principal must hold the workflows:<name> entitlement corresponding to that execution; the operation is valid in every execution state and does not mutate it.