curl --request GET \
--url https://cloud.comfy.org/api/global_subgraphs/{id}{
"source": "<string>",
"name": "<string>",
"info": {
"node_pack": "<string>"
},
"data": "<string>"
}Returns the full data for a specific subgraph blueprint by ID
curl --request GET \
--url https://cloud.comfy.org/api/global_subgraphs/{id}{
"source": "<string>",
"name": "<string>",
"info": {
"node_pack": "<string>"
},
"data": "<string>"
}The unique identifier of the subgraph blueprint
Success - Full subgraph data
Full data for a global subgraph blueprint
Source type of the subgraph - "templates" for workflow templates or "custom_node" for custom node subgraphs
Display name of the subgraph blueprint
Additional information about the subgraph
Show child attributes
The full subgraph JSON data as a string
Was this page helpful?