Skip to main content
GET
List all billable metrics

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

Max number of results that should be returned

Required range: 1 <= x <= 100
next_page
string

Cursor that indicates where the next page of results should start.

include_archived
boolean

If true, the list of returned metrics will include archived metrics

Response

200 - application/json

Success

data
object[]
required
next_page
string | null
required