Skip to main content
GET
Usage report

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string<date-time>

Start of the interval. If not specified, it will be the 1st of the current month

Example:

"2021-08-01T00:00:00Z"

end
string<date-time>

End of the interval. If not specified, it will be the current date-time

Example:

"2021-08-01T00:00:00Z"

granularity
enum<string>

Granularity of the report. Defaults to 'HOURS'

Available options:
HOURS,
DAYS,
MONTHS
currency
string

Currency to use for the report. If not specified, the default credits abstraction will be used

Example:

"USD"

Response

Stream canceled successfully

startTimestamp
integer<int64>
endTimestamp
integer<int64>
granularity
enum<string>
Available options:
HOURS,
DAYS,
MONTHS
currency
string
totalMeasurements
object
aggregatedMeasurements
object[]
operationTypeAggregatedMeasurements
object[]
streamConfigurationTemplateIdAggregatedMeasurements
object[]