---
title: "List All Exception Lists"
method: GET
path: "/Advertisers/{AccountSID}/ExceptionLists"
tags: ["Exception Lists"]
---

# List All Exception Lists

`GET /Advertisers/{AccountSID}/ExceptionLists`

Returns a list of your exception lists, with options for filtering.

## Path parameters

- `AccountSID` string, required

## Query parameters

- `CampaignId` integer
- `State` 'ACTIVE' | 'CLOSED' | 'DEACTIVATED'
- `Type` 'CATEGORY' | 'SKU'

## Response `200`

A list of exception list objects.

- object
  - `ExceptionLists` ExceptionList[] — The list of exception list objects.
    - `Id` integer — The unique identifier for the exception list.
    - `Name` string — The display name for the exception list.
    - `State` 'ACTIVE' | 'CLOSED' | 'DEACTIVATED'
    - `CampaignId` integer — The program ID the list applies to.
    - `Type` 'CATEGORY' | 'SKU'
    - `CreatedDate` string, date-time — The date and time the list was created.
    - `DeactivationDate` string, date-time, nullable — The date and time the list was deactivated, if applicable.
    - `ActionTrackers` object[] — The action trackers (event types) this list applies to.
      - `Id` integer — The unique identifier for the action tracker.
      - `Name` string — The display name of the action tracker.
    - `NumberOfItems` integer — The total number of items in the list.
    - `ItemsUri` string, uri-reference — The unique reference to the items collection for this list.
    - `Uri` string, uri-reference — The unique reference to this exception list in the impact.com API.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
