---
title: "List Exclusion Rules"
method: GET
path: "/v1/config/ingestion/exclusions"
tags: ["Exclusions"]
---

# List Exclusion Rules

`GET /v1/config/ingestion/exclusions`

Returns a list of exclusion rules. Note: This does not return usage quota rules.

## Response `200`

OK

- StreamExclusionRequest[]
  - `hosts` Hosts[]
  - `apps` Apps[]
  - `title` string, required
  - `active` boolean
  - `indexonly` boolean
  - `query` string — Search query.
  - `id` string

## Other responses

- `500` — Internal Server error occured when trying to fetch exclusion rules

---

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