---
title: "List Exclusions"
method: GET
path: "/api/exclusions"
tags: ["exclusions"]
---

# List Exclusions

`GET /api/exclusions`

List all exclusion rules. Filter by type and/or auto_generated flag.

## Query parameters

- `rule_type` string, nullable
- `auto_generated` boolean, nullable

## Response `200`

Successful Response

- ExclusionRuleOut[]
  - `id` string, uuid, required
  - `rule_type` string, required
  - `value` string, required
  - `reason` string, nullable, required
  - `auto_generated` boolean, required
  - `created_by` string, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rethoric/apis/rethoric-os.md) · [All operations](https://skmtc.dev/rethoric/apis/rethoric-os/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rethoric/rethoric-os/revisions/76b6d39426f6/schema)
