---
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 a deployment without it can store none. The dashboard reads the same fact from the membership context's provider_key_encryption_available, because this endpoint is operator-only and the provider-key pages are read by tenants.
  - `version` string, required

## Changes

> 126 revisions in range; 98 could not be searched.

- **2026-04-17** `0f43605bdc13` — 1 breaking
  - api path removed without deprecation

[Change 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/7f178e92b56c/schema)
