---
title: "List Metrics"
method: GET
path: "/stats"
tags: ["Stats"]
---

# List Metrics

`GET /stats`

Lists every metric you can query, with its unit and the properties you can filter or break it down by.

## Response `200`

metric catalog

- object
  - `data` object[], required — The available metrics.
    - `description` string, required — A short description of what the metric measures.
    - `key` string, required — The metric's key. Pass it to GET /stats/{metric} to query its values.
    - `name` string, required — Human-readable display name for the metric.
    - `properties` string[], required — The properties you can use with this metric — pass one as a filter (property=value) to narrow the series, or as breakdown_by=property to split it.
    - `unit` 'count' | 'currency' | 'percent', required — How to read the metric's values: count is an integer, currency is a decimal amount, and percent is a number where 1.6 means 1.6%.
    - `windows` string[] — Snapshot metrics only: the trailing windows you can pass as snapshot_window, for example 30d. Absent on live metrics, which use from/to instead.

## Other responses

- `401` — Unauthorized

---

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