list_broadcast_lists
Retrieve a paged list of SMS broadcast lists from ActiveCampaign. Filter by name and sort results to manage your SMS campaigns.
Instructions
🟢 READ-ONLY · Sms · GET /sms/lists
Get all broadcast lists
Fetches data. Makes no changes to your ActiveCampaign account.
Gets a paged list of all broadcast lists (SMS channel)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return | |
| offset | No | Offset 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_name | No | Filter by list name Sent to ActiveCampaign as "filters[name]". |