---
title: "Lists the values for a specific dimension"
method: GET
path: "/data/v1/dimensions/{DIMENSION_ID}"
tags: ["Dimensions"]
---

# Lists the values for a specific dimension

`GET /data/v1/dimensions/{DIMENSION_ID}`

Lists the values for a dimension along with a total count of related views.

Note: This API replaces the list-filter-values API call.

## Path parameters

- `DIMENSION_ID` string, required

## Query parameters

- `limit` integer
- `page` integer
- `filters[]` string[]
- `metric_filters[]` string[]
- `timeframe[]` string[]

## Response `200`

OK

- ListDimensionValuesResponse
  - `data` DimensionValue[], required
    - `value` string, nullable, required
    - `total_count` integer, required
  - `total_row_count` integer, required
  - `timeframe` integer[], required

---

[API](https://skmtc.net/muxinc/apis/mux-api.md) · [All operations](https://skmtc.net/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxinc/mux-api/revisions/34a65dce0f31/schema)
