---
title: "List information about known node IDs"
method: GET
path: "/node/ids"
tags: ["daemon"]
---

# List information about known node IDs

`GET /node/ids`

Retrieves a list of node IDs allocated by the agent and their
associated node IP addresses.

## Response `200`

Success

- NodeID[]
  - `id` integer, required — ID allocated by the agent for the node
  - `ips` string[], required — IP addresses of the node associated with the ID in the agent

---

[API](https://skmtc.net/cilium/apis/cilium-api.md) · [All operations](https://skmtc.net/cilium/apis/cilium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cilium/cilium-api/revisions/351336b27221/schema)
