Tool
mail_suppression_list
List suppressed recipient addresses for the current product (paginated, filter by reason or address substring)
List suppressed recipient addresses for the current product (paginated, filter by reason or address substring)
Behavior
- HTTP
GET /mail/suppressions
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | — | Case-insensitive substring match on address |
| limit | integer | — | Max items per page (1–100, default 50) |
| cursor | string | — | Opaque pagination cursor from a prior page |
| reason | string | — | Filter by reason |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| items | array | • | |
| next_cursor | string | • |
Try it
List suppressed recipient addresses for the current product (paginated, filter by reason or address substring).