list_all_campaigns
Retrieve a list of all campaigns from your ActiveCampaign account with optional filters, sorting, and pagination for customized results.
Instructions
🟢 READ-ONLY · Campaigns · GET /campaigns
List all campaigns
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_ldate | No | Order campaigns by last send date Sent to ActiveCampaign as "orders[ldate]". | |
| orders_sdate | No | Order campaigns by send date Sent to ActiveCampaign as "orders[sdate]". | ASC |
| filters_seriesid | No | Filter to return the campaigns from the targeted automationId/seriesIds Sent to ActiveCampaign as "filters[seriesid]". |