Get app statistics
ably_get_statsRetrieve message/connection/channel usage statistics for the app tied to the API key, bucketed by time. REST: GET /stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End of range, ms since epoch (inclusive). | |
| unit | No | Bucket size: minute | hour | day | month. Default minute. | |
| limit | No | Max buckets (<=1000). Default 100. | |
| start | No | Start of range, ms since epoch (inclusive). | |
| direction | No | forwards or backwards (default backwards). |