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

---

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