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

# Get Settings

`GET /v1/settings`

Return non-secret runtime settings for the admin dashboard.

## Response `200`

Successful Response

- GatewaySettings — Operator-facing runtime settings surfaced to the dashboard. The top-level flags are kept for the callers that read them directly (pricing warnings, the models/providers pages); ``config`` is the full read-only view with the settable/startup-only marking.
  - `config` ConfigField[], required
    - `description` string, nullable
    - `exclusive_minimum` number, nullable
    - `group` string, required
    - `key` string, required
    - `minimum` number, nullable
    - `options` string[], nullable
    - `settable` boolean, required
    - `type` 'bool' | 'int' | 'float' | 'str' | 'list', required
    - `value` union, required
      - boolean
      - integer
      - number
      - string
      - string[]
  - `default_pricing` boolean, required
  - `master_key_source` 'configured' | 'generated', required — Whether the dashboard master key is configured at startup or generated and stored by Otari.
  - `mode` string, required
  - `model_discovery` boolean, required
  - `require_pricing` boolean, required
  - `secret_key_configured` boolean, required — Whether OTARI_SECRET_KEY is set on the server. Provider credentials are encrypted at rest with it, so the dashboard disables adding stored providers when it is unset.
  - `version` string, required

## Changes

- **2026-07-23** `abf7f844be90` — 1 info
  - added the required property `secret_key_configured` to the response with the `200` status
- **2026-07-22** `34a9079fbd10` — 1 info
  - added the required property `master_key_source` to the response with the `200` status
- **2026-07-21** `d638f5cd322a` — 1 info
  - added the required property `config` to the response with the `200` status
- **2026-07-20** `d9a87177ce4a` — 1 info
  - the endpoint scheme security `XApiKeyAuth` was added to the API
- **2026-07-17** `db57bd46e3eb` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/settings/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/cea76e85cdac/schema)
