---
title: "Filters"
description: "Filters endpoints in the OnePageCRM REST API."
canonical_url: https://developer.onepagecrm.com/api/reference/filters/
source: Markdown mirror of https://developer.onepagecrm.com/api/reference/filters/
---

Saved, custom queries over your contacts. Filters are created in the app and can then be applied through the API.

## Endpoints

- **GET** `/filters` — [Get the list of custom filters (for the logged API user's account)](https://developer.onepagecrm.com/api/reference/filters/get-filters/) ([md](https://developer.onepagecrm.com/api/reference/filters/get-filters.md))
- **GET** `/filters/{filter_id}` — [Get (and run) a specific custom filter](https://developer.onepagecrm.com/api/reference/filters/get-filters-filter_id/) ([md](https://developer.onepagecrm.com/api/reference/filters/get-filters-filter_id.md))
