---
title: "Get exclusion list details"
method: GET
path: "/api/intellimatch/exclusion-lists/{excludedDomainList_id}"
tags: ["Exclusion Lists"]
---

# Get exclusion list details

`GET /api/intellimatch/exclusion-lists/{excludedDomainList_id}`

Returns the details of a specific exclusion list (without domains).
To get domains, use the dedicated GET /api/intellimatch/domains?list_id={id} endpoint.
Users can only access lists they own or lists shared with their team.

## Response `200`

Ok

- object
  - `id` integer
  - `name` string
  - `is_shared` boolean
  - `is_owner` boolean
  - `user_id` integer
  - `owner_name` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

[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)
