---
title: "List Usage Meters"
method: GET
path: "/api/v1/usage-meters"
tags: ["Usage Meters"]
---

# List Usage Meters

`GET /api/v1/usage-meters`

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

Successful response

- object
  - `data` UsageMeterClientSelectSchema[], required
    - `id` string, required
    - `createdAt` integer, required — Epoch milliseconds.
    - `updatedAt` integer, required — Epoch milliseconds.
    - `livemode` boolean, required
    - `organizationId` string, required
    - `name` string, required — The name of the usage meter
    - `pricingModelId` string, required
    - `slug` string, required — The slug of the usage meter
    - `aggregationType` 'sum' | 'count_distinct_properties', required — The type of aggregation to perform on the usage meter. Defaults to "sum", which aggregates all the usage event amounts for the billing period. "count_distinct_properties" counts the number of distinct properties in the billing period for a given meter.
  - `currentCursor` string
  - `nextCursor` string
  - `hasMore` boolean, required
  - `total` number, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

## Changes

- **2025-10-18** `a1eeb4fac4d6` — 5 breaking, 9 info
  - the `data/items/createdAt` response's property type/format changed from `string`/`date-time` to `integer`/`` for status `200`
  - the `data/items/updatedAt` response's property type/format changed from `string`/`date-time` to `integer`/`` for status `200`
  - removed the required property `data/items/catalogId` from the response with the `200` status
  - removed the required property `data/items/createdByCommit` from the response with the `200` status
  - …10 more
- **2025-06-25** `0cf7bce0c17d` — 3 info
  - added the required property `data/items/livemode` to the response with the `200` status
  - added the required property `data/items/organizationId` to the response with the `200` status
  - added the required property `data/items/slug` to the response with the `200` status
- **2025-04-28** `00982324965d` — 2 info
  - added the required property `data/items/createdByCommit` to the response with the `200` status
  - added the required property `data/items/updatedByCommit` to the response with the `200` status
- **2025-04-10** `c33de7567de2` — 1 breaking
  - removed the required property `data/items/productId` from the response with the `200` status
- **2025-04-01** `e0e6f027f01b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flowglad/apis/flowglad-api/changes/api/v1/usage-meters/get.md)

---

[API](https://skmtc.dev/flowglad/apis/flowglad-api.md) · [All operations](https://skmtc.dev/flowglad/apis/flowglad-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flowglad/flowglad-api/revisions/06c4dd78e137/schema)
