get_audience_growth_history
Retrieve monthly audience growth metrics including subscribes, unsubscribes, and cleaned counts to analyze historical trends.
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.
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 |
|---|---|---|---|
| count | No | ||
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |