---
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 to advertise DHT connection information

## Changes

- **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/40df38b968da/schema)
