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

# Get discovery info for all nodes

`GET /dsc/nodes`

Returns an array containing discovery information for all nodes.

## Response `200`

successful operation

- object
  - `nodes` NodeConfig[]
    - `id` string, byte
    - `parentId` string, byte
    - `runState` string
    - `physState` string
    - `nodename` string
    - `arch` string
    - `platform` string
    - `extensions` object[]
      - `@type` string
    - `services` object[]
      - `id` string
      - `module` string
      - `state` 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)
