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

## Headers

- `Comfy-User` string

## Response `200`

Settings object

- object

## Other responses

- `401` — Unauthorized

## Changes

- **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/09a5075587c8/schema)
