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

# Get System Settings

`GET /admin/settings`

Get all system settings.

## Query parameters

- `category` string, nullable

## Response `200`

Successful Response

- SystemSettingResponse[]
  - `id` string, uuid, required
  - `key` string, required
  - `value` string, nullable
  - `value_type` string, required
  - `category` string, nullable
  - `description` string, nullable
  - `is_sensitive` boolean, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
