---
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

## Changes

- **2026-06-03** `8560879e6188` — 4 info
  - api tag `workflow` added
  - api tag `subgraph` removed
  - added the media type `application/json` for the response with the status `404`
  - added the optional property `details` to the response with the `500` status
- **2026-05-22** `09a5075587c8` — 1 info
  - added the non-success response with the status `500`
- **2026-04-24** `a66055fa384e` — 1 breaking, 3 info
  - removed the media type `application/json` for the response with the status `404`
  - api tag `subgraph` added
  - api tag `workflow` removed
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/global_subgraphs/:id/get.md)

---

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