/
/ComfyUI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2w ago
billing1
feedback1
file19
job1
node4
queue3
settings4
system2
task2
user7
  • getGet current user information
  • getList user data files
  • getGet user data file
  • postUpload or update a user data file
  • deleteDelete a user data file
  • postMove or rename a user data file
  • getComfyUI userdata storage info
workflow13
workflows11
  • postMark assets whose backing files no longer exist on disk
  • postTrigger asset scan/seed from filesystem
  • postCancel an in-progress asset scan
  • getGet asset scan progress
  • getList available embedding names
  • postFree GPU memory and/or unload models
  • getGet internationalisation translation strings
  • getGet configured folder paths
  • getGet server logs as text
  • getGet raw structured log entries
  • patchSubscribe or unsubscribe a WebSocket client to log streaming
user

Get user data file

Returns the requested user data file if it exists.

get/api/userdata/{file}

Path parameters

filestring required

The filename of the user data to retrieve.

Response

Successfully retrieved the file.

Changes