list_audience_abuse_reports
Retrieve spam complaint reports for an audience to monitor deliverability and identify problematic campaigns.
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.
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.
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 |