---
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.
  - `keys` string[] — Ordered list of runtime setting keys surfaced by the Settings API.
  - `values` object — Unmasked runtime setting values that are safe to return directly.
  - `masked_values` object — Masked secret values returned for display-only settings fields.

## Other responses

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

## Changes

- **2026-03-25** `bc0d4fcb5906` — 2 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `503`
- **2026-03-19** `78507b29ed8f` — 1 warning, 6 info
  - removed the optional property `categories` from the response with the `200` status
  - the endpoint scheme security `HTTPBearer` was removed from the API
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `503`
  - …3 more

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/v1/runtime/settings/get.md)

---

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