retrieve_all_lists
Retrieve all contact lists from your ActiveCampaign account, with options to filter by name and control sort order for efficient list management.
Instructions
๐ข READ-ONLY ยท Lists ยท GET /lists
Retrieve all lists
Fetches data. Makes no changes to your ActiveCampaign account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of returned results | |
| 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_name | No | Orders filtered results by weight, ascending order, or descending order. If weight is used, exact matches are returned first, followed by matches starting with what was filtered by, followed by the rest of the results. Sent to ActiveCampaign as "orders[name]". | |
| filters_name | No | Filter by the name of the list Sent to ActiveCampaign as "filters[name]". | |
| filters_name_operator | No | Filters lists by list name according to the operator specified. (See supported operators below) Sent to ActiveCampaign as "filters[name][<operator>]". |