system_get_stats_digest
Fetches aggregated system statistics for a datetime range: created/expired users, total traffic, new-user traffic, and new HWID devices.
Instructions
GET /api/system/stats/digest Get Stats Digest Aggregated statistics for a datetime range [start, end): created and expired users, total traffic, traffic spent by users created within the range and new HWID devices. Per-user traffic history is stored with daily granularity (UTC), so the "traffic by new users" metric snaps to whole days at the range edges. Tags: System Controller Пагинация через query-параметры: start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End of the range, ISO 8601 datetime with timezone (e.g. 2026-07-16T00:00:00Z). Exclusive. | |
| start | Yes | Start of the range, ISO 8601 datetime with timezone (e.g. 2026-07-15T00:00:00Z). Inclusive. |