userdata

Read a userdata file

Reads the contents of a file from the authenticated user's data directory.

get/api/userdata/{file}

Path parameters

filestring required

File path relative to user data directory

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

File content

Changes