list_audiences
Retrieve all Mailchimp audience lists with subscriber counts, open and click rates to discover list IDs for further operations.
Instructions
List audiences (lists) with subscriber counts and engagement rates.
First step in most workflows to discover list_id values. Use get_audience_details for full stats of a known audience. Use search_members to find a specific member.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Audiences to return (1-1000, default 10). Most accounts have fewer than 10. offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and audiences array. Each: id (use as list_id), name, member_count, unsubscribe_count, open_rate (0-1), click_rate (0-1), date_created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |