---
title: "Get Exclusions For Search"
method: GET
path: "/businesses/{id}/exclusions"
tags: ["Exclusions"]
---

# Get Exclusions For Search

`GET /businesses/{id}/exclusions`

Retrieve exclusion records related to a specific business search.

This endpoint returns exclusion records that match the business information
from the specified search, such as business name, tax ID, or other identifiers.
Results are only available if the caller's organization has an active
consortium membership (granted by submitting exclusion data).

Results are paginated and ordered by creation date (newest first).

## Path parameters

- `id` string, uuid, required — The unique identifier of the business to retrieve exclusions for.

## Query parameters

- `limit` integer — Maximum number of exclusion records to return
- `offset` integer — Number of exclusion records to skip

## Response `200`

Successful Response

- V1ExclusionResponse[]
  - `id` string, uuid, required — Unique identifier for the exclusion record.
  - `name` string, required — Legal name of the business.
  - `address` string, required — Full business address.
  - `tin` string, nullable, required — Tax identification number.
  - `product_type` 'BNK' | 'CC' | 'WC' | 'LOC' | 'EQF' | 'MCA' | 'PMT' | 'Other', required
  - `application_date` string, date, required — Date when application was submitted.
  - `opened_on` string, date, required — Date when account was opened.
  - `closed_on` string, date, required — Date when account was closed.
  - `closure_status` 'PIF' | 'WO' | 'SD', required
  - `closure_reason` 'PIF' | 'WBC' | 'WUP' | 'WPF' | 'WIF' | 'WSF', required
  - `owner_first_name` string, required — Primary owner's first name.
  - `owner_last_name` string, required — Primary owner's last name.
  - `additional_notes` string, nullable — Additional notes about the exclusion.
  - `created_at` string, date-time, required — Date and time when the exclusion record was created.

## Other responses

- `422` — Validation Error

---

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