메인 콘텐츠로 건너뛰기
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>"
}

경로 매개변수

id
string
필수

The unique identifier of the subgraph blueprint

응답

Success - Full subgraph data

Full data for a global subgraph blueprint

source
string
필수

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

name
string
필수

Display name of the subgraph blueprint

info
object
필수

Additional information about the subgraph

data
string
필수

The full subgraph JSON data as a string