---
title: "Get available subgraph blueprints"
method: GET
path: "/api/global_subgraphs"
tags: ["workflow"]
---

# Get available subgraph blueprints

`GET /api/global_subgraphs`

Returns a list of globally available subgraph blueprints.
These are pre-built workflow components that can be used as nodes.
The data field contains a promise that resolves to the full subgraph JSON.

## Response `200`

Success - Map of subgraph IDs to their metadata

- object

## Other responses

- `500` — Internal server error

## Changes

- **2026-06-03** `8560879e6188` — 3 info
  - api tag `workflow` added
  - api tag `subgraph` removed
  - 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` — 3 info
  - 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/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)
