list_audience_abuse_reports
Retrieve spam complaint reports for an audience to monitor deliverability and identify campaigns causing abuse issues.
Instructions
List abuse (spam) complaint reports filed against an audience.
Use to monitor deliverability health and identify campaigns generating spam complaints. Use get_audience_abuse_report to inspect a single report in detail.
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: Number of abuse reports to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and abuse_reports array. Each: id (report_id), campaign_id, list_id, email_id, email_address, date (ISO 8601 when the complaint was filed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |