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

# List blocked contacts

`GET /blocklist/contacts`

List all blocked contacts. Blocked contacts are ignored by the AI — their messages will not trigger any automated responses.

## Query parameters

- `page` number
- `limit` number

## Response `200`

Default Response

- ListBlockedContactsOutput
  - `data` object[], required
    - `id` string, required — Block record ID
    - `contact_id` string, required — The blocked contact ID
    - `email` string, nullable, required — Contact email
    - `name` string, nullable, required — Contact name
    - `phone_number` string, nullable, required — Contact phone number
    - `reason` string, nullable, required — Why the contact 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)
