---
title: "Get graph info for a node"
method: GET
path: "/graph/node/{id}/json"
tags: ["graph"]
---

# Get graph info for a node

`GET /graph/node/{id}/json`

Returns the same graph from `/graph/json` except with color coded edges and nodes to show the current mutation path and current active mutation for this node.

## Path parameters

- `id` string, required

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