---
title: "List CIDRs [READ]"
method: GET
path: "/v2/network/cidr-list/{namespace}"
tags: ["CIDR Lists"]
---

# List CIDRs [READ]

`GET /v2/network/cidr-list/{namespace}`

## Path parameters

- `namespace` string, required

## Response `200`

CIDR listing

- CidrListList — Collection of CIDR lists
  - `items` CidrListSpec[], required
    - `cidrList` string[], required — IP ranges in CIDR notation
    - `id` string, nullable — Unique identifier (generated on creation)
    - `name` string, required — Human-readable name for this CIDR list

---

[API](https://skmtc.net/huggingface/apis/hf-inference-endpoints-api.md) · [All operations](https://skmtc.net/huggingface/apis/hf-inference-endpoints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hf-inference-endpoints-api/versions/52e3f4cdbf86/schema)
