---
title: "Retrieve ExclusionLists"
method: GET
path: "/v3/security/exclusionLists"
tags: ["Exclusion List"]
---

# Retrieve ExclusionLists

`GET /v3/security/exclusionLists`

Returns a list of all ExclusionLists

## Query parameters

- `tql` string
- `fields` string[]
- `count` string
- `sorting` string

## Response `200`

The ExclusionLists

- ExclusionList[]
  - `id` integer
  - `owner` string
  - `ownerId` integer
  - `name` string
  - `description` string
  - `fixedValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `variableValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `active` boolean
  - `managed` boolean

---

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