---
title: "List dimensions"
method: GET
path: "/dimension"
tags: ["Dimension"]
---

# List dimensions

`GET /dimension`

List dimensions by NRN.

## Query parameters

- `offset` integer
- `limit` integer
- `nrn` string, required

## Response `200`

The operation was successful.

- RuntimeConfigurationDimensionList
  - `paging` object
    - `total` integer, required — The total number of results matching the query.
    - `offset` integer, required — The starting point for pagination. Defaults to 0 if not provided.
    - `limit` integer, required — The maximum number of results to return per page. The maximum allowed value is 200.
  - `results` RuntimeConfigurationDimension[]
    - `id` integer — A system-wide unique ID representing the dimension.
    - `name` string — The name of the dimension
    - `status` 'active' | 'inactive' — The status of this dimension.
    - `slug` string — A name-derived string representing the dimension.
    - `nrn` string — NRN (at or below) where the dimension applies.
    - `order` integer — The priority this dimension has whenever runtime configuration values are merged (lower prelates higher numbers).
    - `values` 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.

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

[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)
