---
title: "Get all allowlists for a environment"
method: GET
path: "/environments/{environmentId}/allowlists"
tags: ["Allowlists"]
---

# Get all allowlists for a environment

`GET /environments/{environmentId}/allowlists`

## Path parameters

- `environmentId` string, required

## Response `200`

Get allowlists

- Allowlist[]
  - `id` string, required
  - `name` string, required
  - `enabledAt` string, date-time, nullable
  - `projectEnvironmentId` string, required
  - `scope` string, nullable
  - `outcome` 'scope' | 'siteAccess' | 'block'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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