---
title: "List email blacklist rules"
method: GET
path: "/v3/contact-blacklist-rules/emails"
tags: ["Contact Blacklist Rules"]
---

# List email blacklist rules

`GET /v3/contact-blacklist-rules/emails`

<small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>

Returns a paginated list of email blacklist rules.

## Query parameters

- `top` integer
- `skip` integer
- `search` string

## Response `200`

Paginated list of email blacklist rules

- object
  - `items` object[]
    - `id` integer — Unique identifier of the rule
    - `pattern` string — Email pattern to blacklist
    - `isGlobal` boolean — Whether this is a global (system-wide) rule
  - `hasMore` boolean — Whether more items are available beyond the current page

## Other responses

- `400` — Invalid pagination parameters
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view blacklist rules
- `429` — Too Many Requests

---

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