list_relay_complaints
Retrieve feedback loop complaints for relay emails marked as spam. Filter by recipient, complaint type, date range, or sending ID to analyze deliverability issues.
Instructions
List feedback loop complaints for mail relay emails. Complaints occur when recipients mark relay-sent emails as spam. Use this for relay emails only; for event-triggered transactional complaints, use list_complaints instead. Filter by complaint type, recipient, relay sending ID, correlation IDs, or date range. Returns paginated HAL+JSON. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| complaintType | No | Filter by complaint 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) |