---
title: "List runtime configurations"
method: GET
path: "/runtime_configuration"
tags: ["Runtime Configuration"]
---

# List runtime configurations

`GET /runtime_configuration`

List runtime configuration.

>
> ⚠️ **Deprecation notice**
>
> This operation might be removed in the future. We recommend using [Providers](/docs/providers/overview) instead.

## Query parameters

- `offset` integer
- `limit` integer
- `nrn` string

## Response `200`

Parameters

- RuntimeConfigurationList
  - `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` RuntimeConfiguration[]
    - `id` integer, required — A system-wide unique ID for the runtime configuration.
    - `nrn` string, required — NRN (at or below) where the runtime configuration applies.
    - `profile` string, required — An identifier for this runtime configuration based on the dimensions on which it was created.
    - `status` 'active' | 'inactive', required — The status of the runtime configuration.
    - `dimensions` object, required — The set of dimension/values that this runtime configuration is providing values for.
    - `values` object — The set of values that this runtime configuration holds.

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