v1
latestOpenAPI 3.1.02026-07-22115189303.8 KBList conversation workflow executions
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/{id} to retrieve full execution details.
Pagination: Use limit, after, and before. Pagination cursors are returned in the paging object.
Query parameters
Filter by execution status
Maximum number of results per cursor-paginated page (default 20, max 100).
Cursor for the previous page (Base64 encoded).
Cursor for the next page (Base64 encoded).
Response
Executions retrieved successfully