list_flow_execution_contact
Retrieve flow execution contacts from ActiveCampaign with filters like contact, flow, or search. Use pagination and sorting to manage results.
Instructions
🟢 READ-ONLY · Whatsapp · GET /channel/whatsapp/flow-execution-contact
List Flow Execution Contacts
Fetches data. Makes no changes to your ActiveCampaign account.
Lists Flow Execution Contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| flow | No | A Flow Id to filter the Flow Execution Contacts 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 `contact__phone`, `contact__first_name`, `contact__last_name`, `contact__email` fields. | |
| contact | No | A Contact Id to filter the Flow Execution Contacts and only get those from that Contact. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. | |
| is_active | No | A boolean param to filter between active/in progress Flow Execution Contacs. If the parameter is omitted it will respond with Flow Execution Contacts with any `status`. | |
| page_size | No | Number of results to return per page. | |
| flow_version | No | ||
| flow_execution | No | A Flow Execution Id to filter the Flow Execution Contacts and only get those from that Flow Execution. | |
| execution_steps__step_id | No |