---
title: "GET /metric-tag-values"
method: GET
path: "/metric-tag-values"
---

# GET /metric-tag-values

`GET /metric-tag-values`

## Query parameters

- `s` string, required
- `v` '1' | '2', required
- `n` number, required
- `k` number, required
- `f` number, required
- `t` number, required
- `qw` QueryFn[], required
- `qf` string[]

## Response `200`

OK

- object
  - `data` GetMetricTagValuesResp, required
    - `data` object, required
      - `tag_values` MetricTagValueInfo[], required
        - `value` string, required
        - `count` number, required
      - `tag_values_more` boolean, required

## Changes

- **2024-11-14** `c3656ac68ee3` — 2 breaking, 1 info
  - removed the required property `data/tag_values` from the response with the `200` status
  - removed the required property `data/tag_values_more` from the response with the `200` status
  - added the required property `data/data` to the response with the `200` status
- **2022-11-24** `1ef440037b5f` — 1 breaking, 2 info
  - removed the required property `data/data` from the response with the `200` status
  - added the required property `data/tag_values` to the response with the `200` status
  - added the required property `data/tag_values_more` to the response with the `200` status

[Change history](https://skmtc.dev/vkcom/apis/statshouse-openapi-3-0/changes/metric-tag-values/get.md)

---

[API](https://skmtc.dev/vkcom/apis/statshouse-openapi-3-0.md) · [All operations](https://skmtc.dev/vkcom/apis/statshouse-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vkcom/statshouse-openapi-3-0/revisions/96b7f6a554e9/schema)
