Metrics
Query Usage
Cumulative usage series for the organization. Each point is the running total of the usage type at that timestamp, not the change within the bucket. Defaults to the last 24 hours; start must be within the last 90 days, and a future end is clamped to now. The range divided by period must not exceed 1000 buckets.
get/v0/metrics/usage
Query parameters
usage_typesUsageType[]
List of usage metric types to query. Omit to query every type valid for the scope.
startstring date-time
Start timestamp for the query.
endstring date-time
End timestamp for the query.
periodinteger
Size of each time bucket as a whole number of seconds, between 1 and 86400.
limitinteger
Limit on number of buckets to return.
descendingboolean
Sort in descending order.
Response
QueryUsageResponse required
Cumulative usage series grouped by usage type.