userdata

List files in userdata (v2 format)

Lists files in the authenticated user's data directory using the v2 response shape, which always returns full objects.

get/api/v2/userdata

Query parameters

pathstring

Directory path relative to user data root

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 listing with metadata

namestring
pathstring
type'file' | 'directory'
sizeinteger
modifiednumber

Unix timestamp

Changes