WhatsApp Conversations

List 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.

get/whatsapp/conversations/{conversation_id}/flow_executions

Query parameters

status'running' | 'waiting' | 'ended' | 'failed' | 'handoff'

Filter by execution status

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

Executions retrieved successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.