---
title: "List Meters"
method: GET
path: "/v1/public/meters"
tags: ["Meters"]
---

# List Meters

`GET /v1/public/meters`

## Query parameters

- `workspace_id` string, nullable
- `lang` string, nullable
- `language` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- CommerceMeterSchema[]
  - `id` string, uuid, nullable
  - `meter_id` union
    - string
    - integer
  - `contact_id` string, uuid, nullable
  - `company_id` string, uuid, nullable
  - `item_id` string, uuid, nullable
  - `subscription_id` string, uuid, nullable
  - `usage` number, nullable
  - `usage_status` string, nullable
  - `usage_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `contact_name` string, nullable
  - `company_name` string, nullable
  - `item_name` string, nullable
  - `subscription_name` string, nullable

---

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