list_all_email_activities
Fetch all email activities with filters for subscriber or deal, pagination, and sorting. Read-only operation that does not modify data.
Instructions
🟢 READ-ONLY · Email Activities · GET /emailActivities
List all email activities
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. | |
| filters_dealId | No | Set this parameter to return only email activities belonging to a given deal. Sent to ActiveCampaign as "filters[dealId]". | |
| filters_subscriberid | No | Set this parameter to return only email activities belonging to a given subscriber. Sent to ActiveCampaign as "filters[subscriberid]". |