Skip to main content
GET
Fetch usage delivered

Authorizations

Authorization
string
header
required

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

Query Parameters

dimension
enum<string>
required

The bucket each value falls into (think of this as the x-axis)

Available options:
date
Example:

"date"

metric
enum<string>
required

The value within each metric (think of this as the y-axis))

Available options:
total_bytes
Example:

"total_bytes"

start
string<date>
required

The start date

Example:

"2023-12-20T00:00:00.000Z"

end
string<date>
required

The end date

Example:

"2026-02-20T00:00:00.000Z"

limit
integer

The number of rows returned. Useful to show the top X, such as the top 10

Required range: 1 <= x <= 100
Example:

10

Response

Usage

success
boolean
required
Example:

true

result
object[]
required
Example:
errors
object[]
required
Example: