cm_get_bounced_subscribers
Retrieve bounced subscribers from a list with pagination, sorting, and date filtering to manage delivery issues effectively.
Instructions
Get a list's bounced subscribers (paged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Only return records added/changed since this date (YYYY-MM-DD or with time). | |
| page | No | Page number to fetch (1-based). | |
| listId | Yes | List ID. | |
| pagesize | No | Number of records per page (default 1000, max 1000). | |
| orderfield | No | Field to order results by (e.g. 'email', 'name', 'date'). | |
| orderdirection | No | Order direction: 'asc' or 'desc'. |