---
title: "Get Runtime Settings"
method: GET
path: "/api/v1/runtime/settings"
tags: ["runtime"]
---

# Get Runtime Settings

`GET /api/v1/runtime/settings`

Return the effective runtime settings snapshot used by the local server.

## Response `200`

Successful Response

- RuntimeSettingsSnapshot — Current runtime settings snapshot returned by the Settings API.
  - `env_path` string, required — Filesystem path to the environment file being edited.
  - `categories` RuntimeSettingsCategory[] — Categorized runtime setting fields surfaced by the Settings API.
    - `id` string, required — Stable category identifier.
    - `label` string, required — Human-readable category label.
    - `description` string, required — Human-readable category description.
    - `fields` RuntimeSettingsField[] — Fields in this category.
      - `key` string, required — Environment variable key backing this setting.
      - `label` string, required — Human-readable setting label.
      - `description` string, required — Human-readable setting description.
      - `value` string — Display-safe setting value.
      - `masked_value` string — Masked display value for secret settings.
      - `secret` boolean — Whether the field stores sensitive data.
      - `editable` boolean — Whether the field can be patched through the Settings API.
      - `reload_required` boolean — Whether applying this setting reloads runtime dependencies.
      - `placeholder` string, nullable — Optional UI placeholder.
      - `default` string, nullable — Optional default value displayed by settings clients.

## Other responses

- `401` — Authentication is required or the provided token is invalid.
- `503` — Runtime services are unavailable because server startup is incomplete.

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/62e8c152aa18/schema)
