Retrieve workflow executions associated with a WhatsApp conversation. Executions are returned in reverse chronological order (most recent first).
Use this endpoint to map a conversation to its workflow executions and track automation history for a specific conversation.
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.
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.
WhatsApp conversation identifier
Filter by execution status
running, waiting, ended, failed, handoff 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).