---
title: "List Exclusion Lists Endpoint"
method: GET
path: "/search/exclusion-lists"
tags: ["Search"]
---

# List Exclusion Lists Endpoint

`GET /search/exclusion-lists`

List the organization's exclusion lists (most recent first).

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- ExclusionListResponse[]
  - `id` string, required
  - `name` string, required
  - `entity_type` string, required
  - `status` string, required — pending | materializing | ready | failed
  - `size` integer, nullable — Unique member count once ready.
  - `source_type` string, required
  - `source_total_available` integer, nullable — For search_id sources: the search's full match count — larger than `size` when the capture was capped by max_results.
  - `id_column` string, nullable
  - `unresolved_count` integer, nullable — Company lists: input values dropped because they resolved to no or multiple companies.
  - `error_message` string, nullable
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `400` — Request was rejected by the route's validation rules.
- `401` — Missing or invalid API key.
- `403` — Organization access is locked.
- `422` — Request body failed validation.
- `500` — Unexpected server error. Retry with backoff.

---

[API](https://skmtc.dev/sixtyfour/apis/sixtyfour-api.md) · [All operations](https://skmtc.dev/sixtyfour/apis/sixtyfour-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sixtyfour/sixtyfour-api/revisions/51f0a2b62b44/schema)
