---
title: "Get all exclusion lists"
method: GET
path: "/api/intellimatch/exclusion-lists"
tags: ["Exclusion Lists"]
---

# Get all exclusion lists

`GET /api/intellimatch/exclusion-lists`

Returns all exclusion lists the authenticated user has access to (owned lists and lists shared with their team)

## Response `200`

Ok

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

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