Skip to main content
GET
/
api
/
global_subgraphs
/
{id}
Get a specific subgraph blueprint
curl --request GET \
  --url https://cloud.comfy.org/api/global_subgraphs/{id}
{
  "source": "<string>",
  "name": "<string>",
  "info": {
    "node_pack": "<string>"
  },
  "data": "<string>"
}

Path Parameters

id
string
required

The unique identifier of the subgraph blueprint

Response

Success - Full subgraph data

Full data for a global subgraph blueprint

source
string
required

Source type of the subgraph - "templates" for workflow templates or "custom_node" for custom node subgraphs

name
string
required

Display name of the subgraph blueprint

info
object
required

Additional information about the subgraph

data
string
required

The full subgraph JSON data as a string