---
title: "Get schematic data"
method: GET
path: "/api/v0/components/{component_id}/schematic"
tags: ["Components"]
---

# Get schematic data

`GET /api/v0/components/{component_id}/schematic`

Returns the schematic graph as the canonical v2 envelope (`{version, network, subgraphs, arrows, legend, legend_draft, image_width, image_height, total_pages, non_flow_classes}`) — the same blob that lives at `grounding_data.graph`.

## Path parameters

- `component_id` string, required

## Query parameters

- `vc_id` string, required — Public ID of the target visual component

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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