---
title: "Gets allowlist of IP addresses & ranges"
method: GET
path: "/api/v1/ip-allowlist"
tags: ["IP Allowlist"]
---

# Gets allowlist of IP addresses & ranges

`GET /api/v1/ip-allowlist`

## Query parameters

- `pageSize` integer, required
- `page` integer, required

## Response `200`

Successfully retrieved IP allowlist

- IpAllowlistResponse
  - `entries` IpAllowlistEntry[], required — Allowlist entries
    - `address` string, required — IP address or range
    - `description` string — Description of an entry
  - `page` integer, required — Current page number, 0-indexed
  - `total` integer, required — Total number of results
  - `totalPages` integer, required — Total number of pages

## Other responses

- `429` — The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.

---

[API](https://skmtc.dev/cortex/apis/cortex-api.md) · [All operations](https://skmtc.dev/cortex/apis/cortex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cortex/cortex-api/revisions/141799a965b4/schema)
