---
title: "List IntraFi Exclusions"
method: GET
path: "/intrafi_exclusions"
---

# List IntraFi Exclusions

`GET /intrafi_exclusions`

## Query parameters

- `cursor` string — Return the page of entries after this one.
- `limit` integer — Limit the size of the list that is returned. The default (and maximum) is 100 objects.
- `entity_id` string — Filter IntraFi Exclusions for those belonging to the specified Entity.
- `idempotency_key` string — Filter records to the one with the specified `idempotency_key` you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).

## Response `200`

IntraFi Exclusion List

- IntrafiExclusionList — A list of IntraFi Exclusion objects.
  - `data` IntrafiExclusion[], required — The contents of the list.
    - `bank_name` string, nullable, required — The name of the excluded institution.
    - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the exclusion was created.
    - `entity_id` string, required — The entity for which this institution is excluded.
    - `excluded_at` string, date-time, nullable, required — When this was exclusion was confirmed by IntraFi.
    - `fdic_certificate_number` string, nullable, required — The Federal Deposit Insurance Corporation's certificate number for the institution.
    - `id` string, required — The identifier of this exclusion request.
    - `idempotency_key` string, nullable, required — The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
    - `status` 'pending' | 'completed' | 'archived' | 'ineligible', required — The status of the exclusion request.
    - `submitted_at` string, date-time, nullable, required — When this was exclusion was submitted to IntraFi by Increase.
    - `type` 'intrafi_exclusion', required — A constant representing the object's type. For this resource it will always be `intrafi_exclusion`.
  - `next_cursor` string, nullable, required — A pointer to a place in the list. Pass this as the `cursor` parameter to retrieve the next page of results. If there are no more results, the value will be `null`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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