Billing Events & Usage Metering
List Billable Metrics
Retrieve a paginated list of billable metrics with optional filtering and sorting
GET
Retrieves a paginated list of all billable metrics. You can filter and sort the results using query parameters.
Query Parameters
The page number to retrieve (1-indexed).
The number of metrics to return per page. Must be one of:
5, 10, 25, 50, or 100. Values exceeding 100 are capped automatically.A JSON-encoded array of filter objects. Each filter object has the following properties:
Sort specification in
field:order format. Order is either asc (ascending) or desc (descending).Sortable fields: name.Response
List of billable metric objects.
Total number of pages available based on the current limit.
The number of items per page used for this request.