list_relay_bounces
Retrieve bounced emails from relay sendings to identify permanent hardbounces and temporary softbounces. Filter by recipient, bounce type, date range, or correlation IDs to analyze delivery failures. Returns paginated data.
Instructions
List bounced mail relay emails. Hardbounces indicate permanent delivery failures; softbounces are temporary (e.g. mailbox full). Use this for relay-sent emails only; for event-triggered transactional bounces, use list_bounces instead. Filter by bounce type, recipient, relay sending ID, correlation IDs, or date range. Returns paginated HAL+JSON. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bounceType | No | Filter by bounce type | |
| No | Filter by recipient email | ||
| relaySendingId | No | Filter by relay sending ID | |
| correlationId1 | No | Custom correlation ID 1 | |
| correlationId2 | No | Custom correlation ID 2 | |
| correlationId3 | No | Custom correlation ID 3 | |
| 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) |