GET /stats
Summary: Retrieve usage statistics for an application
Operation ID: getStats
Auth: unknown
Operation ID: getStats
Auth: unknown
Description
The Ably system can be queried to obtain usage statistics for a given application, and results are provided aggregated across all channels in use in the application in the specified period. Stats may be used to track usage against account quotas.
Parameters (7)
X-Ably-Version
(string, header, optional)
The version of the API you wish to use.
direction
(string, query, optional, default: backwards)
Constraints: {'enum': ['forwards', 'backwards']}
end
(string, query, optional, default: now)
format
(string, query, optional)
The response format you would like
Constraints: {'enum': ['json', 'jsonp', 'msgpack', 'html']}
limit
(integer, query, optional, default: 100)
start
(string, query, optional)
unit
(string, query, optional, default: minute)
Specifies the unit of aggregation in the returned results.
Constraints: {'enum': ['minute', 'hour', 'day', 'month']}
No probe data for this endpoint yet.