---
title: "List blocked domains"
method: GET
path: "/blocklist/domains"
---

# List blocked domains

`GET /blocklist/domains`

List all blocked email domains. Messages from contacts with emails on blocked domains are ignored by the AI.

## Query parameters

- `page` number
- `limit` number

## Response `200`

Default Response

- ListBlockedDomainsOutput
  - `data` object[], required
    - `id` string, required — Block record ID
    - `domain` string, required — The blocked domain
    - `reason` string, nullable, required — Why the domain was blocked
    - `created_at` string, date-time, required
  - `total` number, required
  - `page` number, required
  - `total_pages` number, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
