---
title: "Get all user settings"
method: GET
path: "/api/settings"
tags: ["settings"]
---

# Get all user settings

`GET /api/settings`

Returns all settings for the authenticated user

## Response `200`

Success

- object — User settings as key-value pairs

## Other responses

- `401` — Unauthorized

## Changes

> 38 revisions in range; 2 could not be searched.

- **2026-06-03** `8560879e6188` — 1 warning, 1 info
  - deleted the `header` request parameter `Comfy-User`
  - added the optional property `details` to the response with the `401` status
- **2026-05-22** `09a5075587c8` — 2 info
  - api operation id `getSettings` removed and replaced with `getAllSettings`
  - added the non-success response with the status `401`
- **2026-04-24** `a66055fa384e` — 3 info
  - api operation id `getAllSettings` removed and replaced with `getSettings`
  - added the new optional `header` request parameter `Comfy-User`
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/settings/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/da017caf56f1/schema)
