Filter by multiple dimension values using the [in] operator, e.g.
filter[sys.dimensions.space.sys.id][in]=id1,id2 (max 10 comma-separated values).
Allowed dimension keys per metric are documented in MetricDimensions in the Usage API reference docs.
Start date (inclusive) in YYYY-MM-DD format. Required.
End date (inclusive) in YYYY-MM-DD format. Required.
OptionalgranularityISO-8601 granularity. Defaults to "P1D" server-side when omitted. "P1D" is limited to a 31-day range; "P1M" to 12 calendar months (including the current one).
OptionalgroupComma-separated dimension keys to group results by
OptionallimitMaximum number of items to return
OptionalorderComma-separated columns in sys.dimensions.<name>.sys.<suffix> form (matching the group and filter grammar),
optionally prefixed with - for descending, e.g. "total_usage" or "-total_usage" (descending).
The synthetic aggregate total_usage is a bare-token passthrough ("total_usage", "-total_usage").
For api_call_* metrics, total_usage sorts by the per-group sum across the requested date range.
OptionalskipNumber of items to skip
Filter by a single dimension value, e.g.
filter[sys.dimensions.space.sys.id]=<id>. Allowed dimension keys per metric are documented inMetricDimensionsin the Usage API reference docs.