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

---

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