list_bounces
Retrieve bounced transactional emails to diagnose delivery failures. Filter hardbounces (permanent) and softbounces (temporary) by date, recipient, or event type to identify invalid addresses and resolve email delivery issues.
Instructions
List bounced transactional emails. Bounces indicate delivery failures — hardbounces mean the address is permanently invalid (auto-added to blocklist), softbounces are temporary failures (e.g. mailbox full). Use this to investigate delivery issues for event-triggered emails. For mail relay bounces, use list_relay_bounces instead. Returns paginated HAL+JSON with bounce type, email, reason, and timestamps. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bounceType | No | Filter by bounce type | |
| event | No | Filter by event type ID | |
| eventId | No | Filter by transaction ID | |
| sendingId | No | Filter by sending ID | |
| customerId | No | Filter by customer ID | |
| No | Filter by recipient email | ||
| begin | No | ISO 8601 start date | |
| end | No | ISO 8601 end date | |
| size | No | Page size (max 500, default 200) | |
| page | No | Page number (default 0) |