---
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 — Peer Identity reference as specified at https://docs.libp2p.io/concepts/fundamentals/peers/
  - `addrs` MultiAddress[]
  - `repo` string — Path of the data repository where all nodes data are stored
  - `spr` string — Signed Peer Record (libp2p)
  - `table` PeersTable
    - `localNode` Node
      - `nodeId` string
      - `peerId` string
      - `record` string
      - `address` string
      - `seen` boolean
    - `nodes` Node[]
      - `nodeId` string
      - `peerId` string
      - `record` string
      - `address` string
      - `seen` boolean
  - `codex` CodexVersion
    - `version` string
    - `revision` string

## Changes

- **2024-10-25** `88ce523735ea` — 2 info
  - added the optional property `codex` to the response with the `200` status
  - added the optional property `table` to the response with the `200` status
- **2023-03-15** `dfe487dfc0e2` — 7 breaking, 2 warning, 1 info
  - the response property `addrs` became optional for the status `200`
  - the response property `id` became optional for the status `200`
  - the response property `spr` became optional for the status `200`
  - removed the required property `announceAddresses` from the response with the `200` status
  - …6 more

[Change 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/d0fe80e2a0ba/schema)
