---
title: "Get Setting"
method: GET
path: "/api/settings/{key}"
tags: ["settings"]
---

# Get Setting

`GET /api/settings/{key}`

## Path parameters

- `key` string, required

## Response `200`

Successful Response

- SettingOut
  - `id` string, uuid, required
  - `key` string, required
  - `value` string, nullable, required
  - `description` string, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rethoric/apis/rethoric-os.md) · [All operations](https://skmtc.dev/rethoric/apis/rethoric-os/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rethoric/rethoric-os/revisions/76b6d39426f6/schema)
