settings

Get a single setting by key

Returns the value of a single setting, identified by key.

get/api/settings/{id}

Path parameters

idstring required

Setting key

Headers

Comfy-Userstring

Identifies the active user in multi-user mode. Used for settings, userdata, and history isolation. This is not a security mechanism — it is an organisational convenience with no authentication behind it.

Response

Setting value (null if the setting does not exist)

{"stackTrail":"paths:/api/settings/{id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"The setting value (any JSON type), or null if not set","nullable":true}

Changes