---
title: "List all billable metrics"
method: GET
path: "/api/billable-metrics"
tags: ["Billable Metrics"]
---

# List all billable metrics

`GET /api/billable-metrics`

Retrieve all billable metrics with their filters and charge counts.

## Response `200`

List of billable metrics

- BillableMetricResponse[]
  - `id` string, required
  - `name` string, required
  - `code` string, required
  - `description` string
  - `aggregationType` 'COUNT' | 'SUM' | 'MAX' | 'UNIQUE_COUNT' | 'LATEST' | 'WEIGHTED_SUM', required
  - `fieldName` string
  - `recurring` boolean, required
  - `filters` BillableMetricFilterResponse[], required
    - `id` string, required
    - `billableMetricId` string, required
    - `key` string, required
    - `values` string[], required
  - `createdAt` string, required
  - `updatedAt` string, required

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/revisions/0e449a4e0dc8/schema)
