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

# Lists elements for a trace dimension

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

Lists the elements (values) for a trace dimension along with their total counts.
This endpoint is specifically designed for trace dimensions like video_cdn_trace
that contain arrays of values.

## Path parameters

- `DIMENSION_ID` string, required

## Query parameters

- `limit` integer
- `page` integer
- `filters[]` string[]
- `metric_filters[]` string[]
- `timeframe[]` string[]
- `order_by` 'negative_impact' | 'value' | 'views' | 'field'
- `order_direction` 'asc' | 'desc'

## Response `200`

OK

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

## Changes

- **2025-08-19** `275325c9f8b8` — 1 info
  - added the new optional `query` request parameter `page`
- **2025-08-15** `36cec1d12b89` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/muxinc/apis/mux-api/changes/data/v1/dimensions/:DIMENSION_ID/elements/get.md)

---

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