get_campaign_sent_to
Audit sent campaign delivery by listing each recipient's status (sent/bounced), open count, and merge fields.
Instructions
List the members a sent campaign was delivered to, with per-recipient status.
Use to audit exactly who received a campaign and whether each delivery succeeded or bounced. Paginate with count and offset for large recipient lists. Use get_campaign_report for aggregate stats instead.
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. count: Recipients 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 sent_to array. Each: email_id, email_address, status ('sent'/'bounced'), open_count, absplit_group, gmt_offset, merge_fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |