---
title: "Get graph info for all nodes"
method: GET
path: "/graph/json"
tags: ["graph"]
---

# Get graph info for all nodes

`GET /graph/json`

Returns the graph that the sme uses to determine every node's mutation path.

## Response `200`

successful operation

- GraphJson
  - `nodes` object[]
    - `label` string
    - `id` string
    - `color` string
  - `edges` object[]
    - `from` string
    - `to` string
    - `id` string
    - `color` string

---

[API](https://skmtc.net/kraken-hpc/apis/kraken.md) · [All operations](https://skmtc.net/kraken-hpc/apis/kraken/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kraken-hpc/kraken/versions/e1dfb0e67530/schema)
