exclusions_retrieve_a_list
Retrieve a list of email exclusions from ActiveCampaign. Filter by list IDs or match phrases, and paginate results.
Instructions
🟢 READ-ONLY · Lists · GET /lists/exclusions
Retrieve exclusions list
Fetches data. Makes no changes to your ActiveCampaign account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. | |
| orders_lists | No | Sort by lists IDs Sent to ActiveCampaign as "orders[lists]". | |
| filters_lists | No | Filters by the list ID, for example `filters[lists][]=1`. You can filter by many list IDs Sent to ActiveCampaign as "filters[lists]". | |
| orders_matchPhrase | No | Sort by the matchPhrase Sent to ActiveCampaign as "orders[matchPhrase]". | |
| filters_matchPhrase | No | Filters by the match phrase, for example `filters[matchPhrase]=.com` Sent to ActiveCampaign as "filters[matchPhrase]". |