---
title: "List Nodes"
method: GET
path: "/nodes"
tags: ["Nodes"]
---

# List Nodes

`GET /nodes`

Lists all node IP addresses in the Magic Containers network.

## Query parameters

- `nextCursor` string
- `limit` integer

## Response `200`

Nodes were successfully retrieved.

- ListNodesResponse
  - `items` string[]
  - `meta` ListMeta
    - `totalItems` integer
  - `cursor` string, nullable

## Other responses

- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
