---
title: "List current topology"
method: GET
path: "/nodegraph/all"
---

# List current topology

`GET /nodegraph/all`

Retrieve a list of all nodes and edges in the current topology.

## Response `200`

OK

- NodeGraphShcmea
  - `schemaVersion` integer
  - `meta` object
    - `preferredVisualisationType` string
  - `nodes` Node[]
    - `id` string
    - `title` string
    - `subtitle` string
    - `mainstat` number
    - `secondarystat` number
    - `color` string
    - `icon` string
    - `nodeRadius` integer
  - `edges` Edge[]
    - `id` string
    - `source` string
    - `target` string
    - `mainstat` number
    - `secondarystat` number
    - `thickness` integer
    - `color` string

## Other responses

- `401` — Invalid authentication credentials
- `500` — Internal service error
- `503` — Maintenance mode

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/versions/45e9f0a95af0/schema)
