/
/ComfyUI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2w ago
billing1
feedback1
file19
job1
node4
queue3
settings4
system2
task2
user7
workflow13
  • getGet available subgraph blueprints
  • getGet a specific subgraph blueprint
  • postManage execution history
  • getGet execution history (v2)
  • getGet history for specific prompt
  • getList jobs with pagination and filtering
  • getGet full job details
  • getList a job's output assets
  • postCancel a job
  • postCancel multiple jobs
  • getGet information about current prompt execution
  • postSubmit a workflow for execution
  • getGet available workflow templates
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
workflow

Get available subgraph blueprints

Returns a list of globally available subgraph blueprints. These are pre-built workflow components that can be used as nodes. The data field contains a promise that resolves to the full subgraph JSON.

get/api/global_subgraphs

Response

Success - Map of subgraph IDs to their metadata

object required

Changes