list_all_group_limits
Retrieve all group limits from your ActiveCampaign account with pagination, sorting, and filtering options.
Instructions
🟢 READ-ONLY · Group Limits · GET /groupLimits
List All Group Limits
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. |