get_audience_growth_history
Retrieve monthly changes in audience size including new subscribers, unsubscribes, and cleaned contacts to track growth.
Instructions
Retrieve monthly growth history for an audience (subscribes, unsubscribes, cleaned).
Each record is one calendar month, ordered newest first. Use get_audience_details for current totals instead of historical trends.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. count: Months to return (1-1000, default 12).
Returns: JSON with list_id and history array. Each: month (YYYY-MM), subscribed, unsubscribed, reconfirm, cleaned, pending, transactional (all cumulative ints).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |