---
title: "List Contact Exclusions"
method: GET
path: "/v1/contact-exclusions"
tags: ["contacts"]
---

# List Contact Exclusions

`GET /v1/contact-exclusions`

List the contact-level exclusions in the workspace.

Requires the `contact_exclusions:read` scope on the API key.

## Query parameters

- `page` integer — Page number.
- `size` integer — Number of items per page.
- `sort_by` 'created_at' | 'updated_at' | 'email' | 'reason'
- `sort_order` 'asc' | 'desc'
- `email` string, nullable — Filter by excluded email (exact match).
- `linkedin_url` string, nullable — Filter by excluded LinkedIn URL (exact match).
- `reason` 'BAD_TIMING' | 'BOUNCED' | 'COMPETITOR' | 'CONTACT_REFUSED' | 'INTERESTED' | 'MEETING' | 'OTHER' | 'OUT_OF_OFFICE' | 'UNKNOWN' | 'UNSUBSCRIBED' | 'WRONG_PERSON' | 'EXCLUDE_FROM_SEARCH' | 'EXCLUDE_FROM_CRM' | 'REFERRAL' | 'LEFT_COMPANY'
- `created_at_before` string, date-time, nullable — Return exclusions created strictly before this timestamp.
- `created_at_after` string, date-time, nullable — Return exclusions created strictly after this timestamp.

## Response `200`

Successful Response

- PublicPaginationEnvelopeContactExclusionOutput
  - `items` ContactExclusionOutput[], required — Records on this page.
    - `id` string, uuid, required — Unique identifier.
    - `email` string, nullable, required — Excluded email.
    - `linkedin_url` string, nullable, required — Excluded LinkedIn URL.
    - `reason` 'BAD_TIMING' | 'BOUNCED' | 'COMPETITOR' | 'CONTACT_REFUSED' | 'INTERESTED' | 'MEETING' | 'OTHER' | 'OUT_OF_OFFICE' | 'UNKNOWN' | 'UNSUBSCRIBED' | 'WRONG_PERSON' | 'EXCLUDE_FROM_SEARCH' | 'EXCLUDE_FROM_CRM' | 'REFERRAL' | 'LEFT_COMPANY', required
    - `message` string, nullable, required — Operator note.
    - `until` string, date-time, nullable, required — When the exclusion expires.
    - `created_at` string, date-time, required — When the exclusion was created.
    - `updated_at` string, date-time, required — When the exclusion last changed.
  - `total_count` integer, required — Total number of records matching the query.
  - `total_pages` integer, required — Total number of pages.
  - `has_more` boolean, required — Whether more pages remain after the current one.

---

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