list_suppressions
List transactional suppressed recipients. Filter by search term, reason (hard_bounced/spam_complaint/manual), scope (global/marketing/transactional), or date range. Each entry shows its scope — which sends it blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Results per page (max 100) | |
| reason | No | Limit to one reason: all, hard_bounced, spam_complaint, manual | |
| scopes | No | Limit to these scopes: global, marketing, transactional | |
| search | No | Match any part of an email address | |
| api_key | No | MailerCloud API key | |
| date_to | No | End of range as YYYY-MM-DD | |
| date_from | No | Start of range as YYYY-MM-DD in the account timezone | |
| sort_order | No | Order by date added: desc (default) or asc |