Skip to main content
GET
Get billable metrics for a customer

Authorizations

Authorization
string
header
required

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

Path Parameters

customer_id
string<uuid>
required

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.

on_current_plan
boolean

If true, the list of metrics will be filtered to just ones that are on the customer's current plan

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