---
title: "GET /v1/datasource/{uid}/metric/{metric}"
method: GET
path: "/v1/datasource/{uid}/metric/{metric}"
tags: ["Datasource"]
---

# GET /v1/datasource/{uid}/metric/{metric}

`GET /v1/datasource/{uid}/metric/{metric}`

GetMetricLabelDetail returns one metric's labels and each label's values (detail view for a single metric).

## Path parameters

- `uid` string, required
- `metric` string, required

## Response `200`

OK

- MarksmanApiV1MetricDetailItem
  - `name` string
  - `help` string
  - `unit` string
  - `type` string
  - `labels` MarksmanApiV1MetricLabelItem[]
    - `name` string
    - `values` string[]

---

[API](https://skmtc.net/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
