This tool retrieves your application's usage statistics from Ably. The stats endpoint returns a paginated list of your application's usage statistics by minute, hour, day, or month. It supports optional parameters such as start, end, direction, limit, and unit to filter and form…
endintegerLatest time in milliseconds since epoch for stats retrieval. Times are rounded down based on the unit parameter. If omitted, defaults to current time
unitstringTime interval granularity for stats aggregation. Must be 'minute', 'hour', 'day', or 'month'. Defaults to 'minute'
limitintegerMaximum number of stats records to return (1-1000). Defaults to 100. Use with pagination for larger datasets
startintegerEarliest time in milliseconds since epoch for stats retrieval. Times are rounded down based on the unit parameter. If omitted, stats are retrieved from the beginning of available data
directionstringQuery direction determining result order. 'backwards' returns newest first (default), 'forwards' returns oldest first
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.