---
title: "Get excluded domains"
method: GET
path: "/api/intellimatch/domains"
tags: ["Exclusion Lists"]
---

# Get excluded domains

`GET /api/intellimatch/domains`

Returns a paginated list of excluded domains for the authenticated user.

Can be filtered by list_id to get domains from a specific list, otherwise returns the global exclusion list.

## Query parameters

- `query` string — Search query to filter domains.
- `list_id` integer — Filter domains by list ID.
- `per_page` integer — Number of domains per page.
- `page` integer — Page number.

## Response `200`

Ok

- object
  - `data` object[]
    - `id` integer
    - `domain` string
    - `excluded_domain_list_id` integer
  - `current_page` integer
  - `per_page` integer
  - `total` integer

## Other responses

- `401` — Unauthenticated

---

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