Retrieve execution history for a workflow. Executions are returned in reverse chronological order (most recent first). Use query parameters to filter by status, time range, or cursor.
Response: Returns summary data (id, status, tracking_id, timestamps, workflow, current_step). Does not include execution_context or events. Use GET /workflow_executions/ to retrieve full execution details.
Pagination: Use limit, after, and before. Pagination cursors are returned in the paging object.
Common use cases:
Documentation Index
Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
Use this file to discover all available pages before exploring further.
Workflow identifier
Filter by execution status
running, waiting, ended, failed, handoff Filter waiting executions by reason (e.g., 'wait_for_response', 'timeout')
Only return executions started on or after this timestamp
Only return executions started on or before this timestamp
Filter by associated WhatsApp conversation
Maximum number of results per cursor-paginated page (default 20, max 100).
1 <= x <= 100Cursor for the previous page (Base64 encoded).
Cursor for the next page (Base64 encoded).