get_campaign_abuse_report
Retrieve details of a specific spam complaint for a sent campaign, including the member who filed it and the date.
Instructions
Retrieve a single abuse (spam) complaint for a sent campaign.
Use to inspect the details of one complaint, including which member filed it and when. Use get_campaign_abuse_reports to discover report IDs.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: campaign_id: Sent campaign ID. Obtain from list_campaigns or search_campaigns. report_id: Abuse report ID. Obtain from get_campaign_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, date, merge_fields, vip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| report_id | Yes | ||
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |