get_audience_abuse_report
Retrieve details of a specific spam complaint report to inspect which member and campaign triggered the complaint.
Instructions
Retrieve the details of a single abuse (spam) complaint report for an audience.
Use to inspect which member and campaign a specific complaint relates to. Use list_audience_abuse_reports to browse all reports and discover report_id values.
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. report_id: The abuse report ID. Obtain from list_audience_abuse_reports. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with id, campaign_id, list_id, email_id, email_address, merge_fields, vip (boolean), date (ISO 8601). Returns error if list_id or report_id is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| list_id | Yes | ||
| report_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |