---
title: "Get a specific setting by id"
method: GET
path: "/api/settings/{id}"
tags: ["settings"]
---

# Get a specific setting by id

`GET /api/settings/{id}`

Returns a specific setting value by its id

## Path parameters

- `id` string, required

## Response `200`

Success

- object — Setting value response
  - `value` unknown

## Other responses

- `401` — Unauthorized
- `404` — Setting not found

## Changes

- **2026-06-03** `8560879e6188` — 1 breaking, 1 warning, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - deleted the `header` request parameter `Comfy-User`
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `404` status
  - …1 more
- **2026-05-22** `09a5075587c8` — 3 info
  - api operation id `getSetting` removed and replaced with `getSettingById`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
- **2026-04-24** `a66055fa384e` — 2 breaking, 1 warning, 4 info
  - the response's body became nullable
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `value` from the response with the `200` status
  - api operation id `getSettingById` removed and replaced with `getSetting`
  - …3 more

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/settings/:id/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)
