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: Available in both HTTP headers (X-Total, X-Total-Pages, X-Per-Page, X-Page, Link) and response body (meta object with page, per_page, total_pages, total_count).
WhatsApp conversation identifier
Filter by execution status
running, waiting, ended, failed, handoff Number of results per page
1 <= x <= 100Page number for pagination
x >= 1