list_interests
Get interest options and subscriber counts within a category for a Mailchimp audience. Retrieve interest IDs needed to set member preferences.
Instructions
List interest options within a category, with subscriber counts per option.
Use after list_interest_categories to see individual options (e.g. "Tech", "Sports"). Interest IDs are needed when setting member preferences via add_member/update_member. Do not use to manage member preferences directly; set interests per-member via the API instead.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry. Returns 404 error if category_id is invalid.
Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. category_id: Interest category ID. Obtain from list_interest_categories. count: Number of interests to return (1-1000, default 50). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and interests array. Each interest: id, name, subscriber_count, display_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| category_id | Yes | ||
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |