---
title: "Read a dimension value"
method: GET
path: "/dimension/{dimensionId}/value/{id}"
tags: ["Dimension Value"]
---

# Read a dimension value

`GET /dimension/{dimensionId}/value/{id}`

Read a dimension value by its ID.

## Path parameters

- `dimensionId` integer, required
- `id` integer, required

## Response `200`

The operation was successful.

- RuntimeConfigurationDimensionValue
  - `id` integer — A system-wide unique ID representing the value.
  - `name` string — The name of the dimension value.
  - `status` 'active' | 'inactive' — The status of this runtime configuration dimension value.
  - `slug` string — A string representing the dimension value.
  - `nrn` string — NRN (at or below) where the dimension value applies.

---

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