---
title: "Get the workspace filters"
description: "The noise rules applied to every keyword before a mention is stored: excluded terms and authors, excluded GitHub repositories, and the subreddits Reddit posts may (or may not) come from. A post they reject is never classified, delivered or billed. Keyword-level rules live on each keyword (`matching`); both apply."
canonical: https://docs.mentio.dev/api/filters/get-filters
markdown: https://docs.mentio.dev/api/filters/get-filters.mdx
---

# Get the workspace filters

`GET /v1/filters`

The noise rules applied to every keyword before a mention is stored: excluded terms and authors, excluded GitHub repositories, and the subreddits Reddit posts may (or may not) come from. A post they reject is never classified, delivered or billed. Keyword-level rules live on each keyword (`matching`); both apply.

## Responses

- 200: The workspace filters
- 401: Missing or invalid API key

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
