---
title: "Gets node information"
method: GET
path: "/debug/info"
tags: ["Debug"]
---

# Gets node information

`GET /debug/info`

## Response `200`

Node's information

- DebugInfo
  - `id` string, required — Peer Identity reference as specified at https://docs.libp2p.io/concepts/fundamentals/peers/
  - `addrs` MultiAddress[], required
  - `repo` string, required — Path of the data repository where all nodes data are stored
  - `spr` string, required — Signed Peer Record (libp2p)
  - `announceAddresses` MultiAddress[], required
  - `table` PeersTable, required
    - `localNode` Node, required
      - `nodeId` string, required
      - `peerId` string, required
      - `record` string, required
      - `address` string, required
      - `seen` boolean, required
    - `nodes` Node[], required
      - `nodeId` string, required
      - `peerId` string, required
      - `record` string, required
      - `address` string, required
      - `seen` boolean, required
  - `storage` StorageVersion, required
    - `version` string
    - `revision` string

## Changes

- **2026-01-16** `1cb7c01da4d4` — 1 warning
  - removed the optional property `storage/contracts` from the response with the `200` status
- **2025-12-18** `249e8b144116` — 1 breaking, 1 info
  - removed the required property `codex` from the response with the `200` status
  - added the required property `storage` to the response with the `200` status
- **2025-04-22** `4ad18d0179b2` — 1 info
  - added the optional property `codex/contracts` to the response with the `200` status
- **2025-04-02** `c45fb5a40b67` — 19 info
  - the response property `addrs` became required for the status `200`
  - the response property `announceAddresses` became required for the status `200`
  - the response property `codex` became required for the status `200`
  - the response property `id` became required for the status `200`
  - …15 more
- **2025-01-08** `238d09fc309c` — 1 info
  - added the optional property `announceAddresses` to the response with the `200` status

[Full history](https://skmtc.dev/logos-storage/apis/logos-storage-api/changes/debug/info/get.md)

---

[API](https://skmtc.dev/logos-storage/apis/logos-storage-api.md) · [All operations](https://skmtc.dev/logos-storage/apis/logos-storage-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/logos-storage/logos-storage-api/revisions/1cb7c01da4d4/schema)
