---
title: "Get Usage Meter"
method: GET
path: "/api/v1/usage-meters/{id}"
tags: ["Usage Meters"]
---

# Get Usage Meter

`GET /api/v1/usage-meters/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `usageMeter` 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.

## 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, 8 info
  - the `usageMeter/createdAt` response's property type/format changed from `string`/`date-time` to `integer`/`` for status `200`
  - the `usageMeter/updatedAt` response's property type/format changed from `string`/`date-time` to `integer`/`` for status `200`
  - removed the required property `usageMeter/catalogId` from the response with the `200` status
  - removed the required property `usageMeter/createdByCommit` from the response with the `200` status
  - …9 more
- **2025-06-25** `0cf7bce0c17d` — 3 info
  - added the required property `usageMeter/livemode` to the response with the `200` status
  - added the required property `usageMeter/organizationId` to the response with the `200` status
  - added the required property `usageMeter/slug` to the response with the `200` status
- **2025-04-28** `00982324965d` — 2 info
  - added the required property `usageMeter/createdByCommit` to the response with the `200` status
  - added the required property `usageMeter/updatedByCommit` to the response with the `200` status
- **2025-04-10** `c33de7567de2` — 1 breaking
  - removed the required property `usageMeter/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/:id/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)
