Get all billable metrics available for a specific customer. Supports pagination and filtering by current plan status or archived metrics. Use this endpoint to see which metrics are being tracked for billing calculations for a given customer.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Max number of results that should be returned
1 <= x <= 100
Cursor that indicates where the next page of results should start.
If true, the list of metrics will be filtered to just ones that are on the customer's current plan
If true, the list of returned metrics will include archived metrics
Success
The response is of type object
.