v1
latestOpenAPI 3.1.02026-07-22115189303.8 KBWorkflows
List workflow execution events
Retrieve events for a workflow execution in reverse chronological order (most recent first).
Use limit, after, and before for cursor pagination. Cursors are returned in the paging object.
get/workflow_executions/{execution_id}/events
Query parameters
event_typestring
Filter by event type
limitinteger
Maximum number of results per cursor-paginated page (default 20, max 100).
beforestring
Cursor for the previous page (Base64 encoded).
afterstring
Cursor for the next page (Base64 encoded).
Response
Events retrieved successfully