list_flow_execution
List flow executions from ActiveCampaign WhatsApp flows. Filter by flow ID, status, or creator email, and paginate results to view execution history.
Instructions
🟢 READ-ONLY · Whatsapp · GET /channel/whatsapp/flow-execution
List Flow Executions
Fetches data. Makes no changes to your ActiveCampaign account.
Lists Flow Executions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | No | A Flow Id to filter the Flow Executions and only get those from that Flow. | |
| page | No | A page number within the paginated result set. | |
| limit | No | Number of results per page (ActiveCampaign default 20, max 100). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC. | |
| search | No | You can search with the `status`, `created_by__email` fields. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. | |
| flow_version | No |