---
title: "List All Policy Exceptions"
method: GET
path: "/api/v2/Exceptions"
tags: ["Exceptions"]
---

# List All Policy Exceptions

`GET /api/v2/Exceptions`

Get all existing exceptions by invoking the following endpoint: 

 > `GET /api/v2/Exceptions` 

 Get all existing exceptions of a specific policy by invoking the following endpoint: 

 > `GET /api/v2/Exceptions?policyId={policyId}` 

 Replace `{policyId}` with the `policyId` value returned for an LQL policy in the response when invoking the following endpoint: 

 > `GET /api/v2/Policies`

## Query parameters

- `policyId` string

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

No Error (List of Policy Exceptions)

- object
  - `data` ExceptionsResponseSchema[]
    - `description` string — A brief description of the new exception.
    - `constraints` object[], required — The detailed constraints applied to the exception.
      - `fieldKey` string — A representation of an identifier for a specific data element.
      - `fieldValues` object[] — A list of the field values from the dataset.
    - `exceptionId` string — Unique identifier of the new exception.

## Other responses

- `204` — No Data
- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/revisions/7015f76895f2/schema)
