---
title: "List every analytics domain, metric, and scope the data-library can serve"
method: POST
path: "/v1/analytics.listMetrics"
tags: ["analytics"]
---

# List every analytics domain, metric, and scope the data-library can serve

`POST /v1/analytics.listMetrics`

## Response `200`

OK

- AnalyticsListMetricsResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `domains` AnalyticsDomainEntry[], nullable, required
    - `id` string, required
    - `metrics` AnalyticsMetricEntry[], nullable, required
      - `column` string, required
      - `id` string, required
      - `kind` string, required
    - `scopes` AnalyticsScopeEntry[], nullable, required
      - `column` string, required
      - `id` string, required
      - `value_type` string, required

## Other responses

- `500` — Internal Server Error

---

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