---
title: "Get Graph Data"
method: GET
path: "/api/v2/graph"
tags: ["Graph"]
---

# Get Graph Data

`GET /api/v2/graph`

## Query parameters

- `output_port_nodes_enabled` boolean
- `exploration_nodes_enabled` boolean

## Response `200`

Successful Response

- Graph
  - `edges` Edge[], required
    - `id` union, required
      - string
      - string, uuid
    - `source` union, required
      - string
      - string, uuid
    - `target` union, required
      - string
      - string, uuid
    - `animated` boolean, required
    - `sourceHandle` string
    - `targetHandle` string
  - `nodes` Node[], required
    - `id` union, required
      - string
      - string, uuid
    - `data` NodeData, required
      - `id` union, required
        - string
        - string, uuid
      - `name` string, required
      - `link_to_id` union
        - string
        - string, uuid
      - `icon_key` string, nullable
      - `domain` string, nullable
      - `domain_id` union
        - string
        - string, uuid
      - `description` string, nullable
    - `type` 'dataProductNode' | 'explorationNode' | 'technicalAssetNode' | 'outputPortNode', required
    - `isMain` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-13** `b43501d4d59c` — 1 breaking, 1 warning, 2 info
  - for the `query` request parameter `output_port_nodes_enabled`, default value was changed from `true` to `false`
  - deleted the `query` request parameter `data_product_nodes_enabled`
  - added the new optional `query` request parameter `exploration_nodes_enabled`
  - removed the `domainNode` enum value from the `nodes/items/type` response property for the response status `200`
- **2026-04-29** `df4bb7cb6f87` — 3 warning, 2 info
  - added the new `explorationNode` enum value to the `nodes/items/type` response property for the response status `200`
  - added the new `outputPortNode` enum value to the `nodes/items/type` response property for the response status `200`
  - added the new `technicalAssetNode` enum value to the `nodes/items/type` response property for the response status `200`
  - removed the `dataOutputNode` enum value from the `nodes/items/type` response property for the response status `200`
  - …1 more
- **2026-04-09** `acefda080e5b` — 1 breaking, 4 warning, 4 info
  - for the `query` request parameter `output_port_nodes_enabled`, default value was changed from `false` to `true`
  - deleted the `query` request parameter `exploration_nodes_enabled`
  - added the new `dataOutputNode` enum value to the `nodes/items/type` response property for the response status `200`
  - added the new `datasetNode` enum value to the `nodes/items/type` response property for the response status `200`
  - …5 more

[Change history](https://skmtc.dev/conveyordata/apis/data-product-portal/changes/api/v2/graph/get.md)

---

[API](https://skmtc.dev/conveyordata/apis/data-product-portal.md) · [All operations](https://skmtc.dev/conveyordata/apis/data-product-portal/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conveyordata/data-product-portal/revisions/718ac6ca71a6/schema)
