---
title: "Retrieve the IP allowlist"
method: GET
path: "/v2/{workspace_key}/ip-allowlist"
tags: ["Workspace Security"]
---

# Retrieve the IP allowlist

`GET /v2/{workspace_key}/ip-allowlist`

Returns the workspace IP allowlist and the current caller IP when available.

## Path parameters

- `workspace_key` string, required

## Response `200`

OK

- GetIPAllowlistResponse
  - `ip_allowlist` IPAllowlist, required
    - `enabled` boolean, required
    - `ranges` IPRange[], required
      - `id` string, required
      - `cidr` string, required
      - `description` string, required
      - `created_at` string, date-time, required
      - `created_by_id` string
  - `current_ip` string, required

## Changes

> 271 revisions in range; 82 not diffed.

- **2026-08-24** `addad33219df` — 1 info
  - endpoint added
- **2026-08-21** `1586760a252f` — 1 breaking
  - api path removed without deprecation
- **2026-08-21** `4fdc24e562eb` — 1 info
  - endpoint added
- **2026-08-20** `be3fe58ce389` — 1 breaking
  - api path removed without deprecation
- **2026-08-17** `f54fa34db0f4` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/:workspace_key/ip-allowlist/get.md)

---

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