---
title: "Get Settings Policy"
method: GET
path: "/api/settings"
tags: ["settings"]
---

# Get Settings Policy

`GET /api/settings`

## Response `200`

Successful Response

- SettingsPolicyResponse
  - `revision` string, required
  - `active_profile` string, nullable
  - `default_profile` string, nullable
  - `available_profiles` string[]
  - `restart_required` boolean
  - `scopes` SettingsScopeResponse[], required
    - `name` string, required
    - `fields` SettingsFieldResponse[], required
      - `path` string, required
      - `group` string, required
      - `label` string, required
      - `value` unknown, required
      - `editor` 'text' | 'number' | 'boolean' | 'single_choice' | 'multi_choice' | 'string_list', required
      - `choices` string[]
      - `environment_overridden` boolean

## Changes

- **2026-08-12** `5c36e837be95` — 1 warning
  - added the new `string_list` enum value to the `scopes/items/fields/items/editor` response property for the response status `200`
- **2026-07-30** `584337d1a24c` — 2 info
  - added the optional property `available_profiles` to the response with the `200` status
  - added the optional property `default_profile` to the response with the `200` status
- **2026-07-25** `7a85443866b7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/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/3e0490b230d7/schema)
