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

# List Settings

`GET /api/settings`

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

---

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