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

# Get configuration info for a node

`GET /cfg/node/{id}`

Use this method to get the configuration info of a single node

## Path parameters

- `id` string, required

## Response `200`

successful operation

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