get_non_delivery_by_date
Fetches non-delivery reports by date range with options for pagination, limit, and dry-run preview. Configure date_from and date_to to track undelivered items.
Instructions
GET /api/v2/blist/report/non-delivery (Python SDK parity)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Лимит объектов (default 100) | |
| date_to | Yes | Дата YYYY-MM-DD | |
| dry_run | No | Показать запрос без отправки на API | |
| date_from | Yes | Дата YYYY-MM-DD | |
| cursor_next | No | Пагинация |