get_fbl_report_by_date
Retrieve FBL report data by date range. Pass date_from and date_to to get the report.
Instructions
GET /api/v2/blist/report/fbl (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 | Пагинация |