---
title: "Get metric metadata"
method: GET
path: "/api/v1/metrics/{metric_name}"
tags: ["Metrics"]
---

# Get metric metadata

`GET /api/v1/metrics/{metric_name}`

Get metadata about a specific metric.

## Path parameters

- `metric_name` string, required

## Response `200`

OK

- MetricMetadata — Object with all metric related metadata.
  - `description` string — Metric description.
  - `integration` string — Name of the integration that sent the metric if applicable.
  - `per_unit` string — Per unit of the metric such as `second` in `bytes per second`.
  - `short_name` string — A more human-readable and abbreviated version of the metric name.
  - `statsd_interval` integer — StatsD flush interval of the metric in seconds if applicable.
  - `type` string — Metric type such as `gauge` or `rate`.
  - `unit` string — Primary unit of the metric such as `byte` or `operation`.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

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