get_unsubscribe_by_date
Retrieve unsubscribe records for a given date range from Samotpravil, with pagination and sorting support.
Instructions
GET /api/v2/blist/report/unsubscribe (Python SDK parity)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Лимит объектов (default 100) | |
| order | No | ||
| date_to | Yes | Дата YYYY-MM-DD | |
| dry_run | No | Показать запрос без отправки на API | |
| date_from | Yes | Дата YYYY-MM-DD | |
| cursor_next | No | Пагинация |