get_statistics
Retrieve issue statistics for a specified date range. Supports pagination and custom limits to control data volume.
Instructions
GET /api/v2/issue/statistics (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 | Пагинация |