---
title: "Get available impact metrics"
method: GET
path: "/api/admin/impact-metrics/metadata"
tags: ["Metrics"]
---

# Get available impact metrics

`GET /api/admin/impact-metrics/metadata`

**Enterprise feature**

Returns all available impact metrics and their metadata.

## Response `200`

availableImpactMetricsSchema

- AvailableImpactMetricsSchema — Response containing the available impact metrics and their metadata.
  - `metrics` object[], required — The list of available impact metrics.
    - `name` string, required — The metric name.
    - `help` string, required — The help text for the metric.
    - `displayName` string, required — A human-readable display name.
    - `source` 'internal' | 'external', required — Whether this metric comes from an internal or external source.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
- `403` — The provided user credentials are valid, but the user does not have the necessary permissions to perform this operation
- `404` — The requested resource was not found.

---

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