GET /v1/UsageRecords
Summary: —
Operation ID: ListAccountUsageRecord
Auth: unknown
Operation ID: ListAccountUsageRecord
Auth: unknown
Parameters (6)
End
(string, query, optional)
Only include usage that has occurred on or before this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html).
Granularity
(string, query, optional)
How to summarize the usage by time. Can be: `daily`, `hourly`, or `all`. A value of `all` returns one Usage Record that describes the usage for the entire period.
Page
(integer, query, optional)
The page index. This value is simply for client state.
Constraints: {'minimum': 0}
PageSize
(integer, query, optional)
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Constraints: {'minimum': 1, 'maximum': 1000}
PageToken
(string, query, optional)
The page token. This is provided by the API.
Start
(string, query, optional)
Only include usage that has occurred on or after this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html).
No probe data for this endpoint yet.