---
title: "Get all filters"
method: GET
path: "/filters"
tags: ["Filters"]
---

# Get all filters

`GET /filters`

Returns data about all filters.

## Query parameters

- `type` 'deals' | 'leads' | 'org' | 'people' | 'products' | 'activity' | 'projects'

## Response `200`

Success

- object
  - `success` boolean — If the response is successful or not
  - `data` object[] — The array of filters
    - `id` integer — The ID of the filter
    - `name` string — The name of the filter
    - `filter_code` string, nullable — The system code of the filter
    - `is_editable` boolean — Whether the filter can be edited by the requesting user
    - `active_flag` boolean — The active flag of the filter
    - `type` 'deals' | 'leads' | 'org' | 'people' | 'products' | 'activity' | 'projects'
    - `temporary_flag` boolean, nullable — Whether the filter is temporary
    - `user_id` integer — The owner of the filter
    - `add_time` string — The date and time when the filter was added
    - `update_time` string, nullable — The date and time when the filter was updated
    - `visible_to` '1' | '3' | '5' | '7' — The visibility group ID of who can see the filter
    - `last_used_time` string, nullable — The date and time when the filter was last used
    - `custom_view_id` integer, nullable — The custom view ID linked to the filter

---

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