---
title: "Get a specific subgraph blueprint"
method: GET
path: "/api/global_subgraphs/{id}"
tags: ["workflow"]
---

# Get a specific subgraph blueprint

`GET /api/global_subgraphs/{id}`

Returns the full data for a specific subgraph blueprint by ID

## Path parameters

- `id` string, required

## Response `200`

Success - Full subgraph data

- GlobalSubgraphData — Full data for a global subgraph blueprint
  - `data` string, required — The full subgraph JSON data as a string
  - `info` object, required — Additional information about the subgraph
    - `node_pack` string, required — The node pack/module that provides this subgraph
  - `name` string, required — Display name of the subgraph blueprint
  - `source` string, required — Source type of the subgraph - "templates" for workflow templates or "custom_node" for custom node subgraphs

## Other responses

- `404` — Subgraph not found
- `500` — Internal server error

---

[API](https://skmtc.net/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/a3660438bbe9/schema)
