---
title: "List metric definitions"
method: GET
path: "/v1/metric/definitions"
tags: ["Metric"]
---

# List metric definitions

`GET /v1/metric/definitions`

Fetch all metric definitions available in the project, including both system-generated and custom metrics.

## Response `200`

All metric definitions available in the project

- object
  - `data` MetricDefinitionResponse[], required — Metrics response payload
    - `id` string, uuid, required — Unique identifier for the metric definition
    - `metricId` string, required — Stable metric identifier (e.g. "call_reason", "customer_satisfaction")
    - `name` string, required — Name of the metric
    - `description` string, required — Description of what the metric measures
    - `type` 'COUNT' | 'NUMERIC' | 'BOOLEAN' | 'SCALE' | 'TEXT' | 'CLASSIFICATION' | 'OFFSET', required — Type of value this metric produces
    - `scope` 'GLOBAL' | 'PER_PARTICIPANT', required — Whether metric is global or per-participant
    - `supportedContexts` string[], required — Which levels this metric can produce values at
    - `unit` object — Unit information if applicable
      - `name` string, required — Name of the unit
      - `symbol` string, nullable, required — Symbol for the unit

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/roarkhq/apis/roark-analytics-api.md) · [All operations](https://skmtc.net/roarkhq/apis/roark-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roarkhq/roark-analytics-api/revisions/83528d3618ef/schema)
