---
title: "Get a list of all metrics"
method: GET
path: "/v2/metrics"
tags: ["Metrics"]
---

# Get a list of all metrics

`GET /v2/metrics`

Use this endpoint to retrieve a list of all metrics available on the API.

## Response `200`

OK

- object
  - `data` object[]
    - `metric_id` string — Required input on the API when retrieving data for a metric.
    - `metric_name` string — The metric's name.
    - `description` string — The metric's description.
    - `url` string — Returns a link to the endpoint for querying metric-specific data.

---

[API](https://skmtc.dev/tokenterminal/apis/token-terminal-api.md) · [All operations](https://skmtc.dev/tokenterminal/apis/token-terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tokenterminal/token-terminal-api/revisions/02245ad77f39/schema)
