---
title: "List saved filters"
method: GET
path: "/filter-templates"
tags: ["filter"]
---

# List saved filters

`GET /filter-templates`

## Query parameters

- `page` integer

## Response `200`

OK

- FilterSavedFilter[]
  - `CreatedAt` string
  - `Id` string
  - `Name` string
  - `Owner` string
  - `Template` FilterCNFTemplate
    - `AndClauses` FilterTemplateOrClause[]
      - `Literals` FilterTemplateLiteral[]
        - `ColumnName` string
        - `ColumnType` string
        - `Comparison` 1 | 2 | 3 | 15 | 4 | 16 | 5 | 10 | 11 | 12 | 13 | 53 | 57 | 6 | 7 | 8 | 9 | 14 | 21 | 22 | 23 | 24 | 25 | 54 | 58 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 17 | 18 | 19 | 20 | 45 | 46 | 47 | 48 | 55 | 59 | 49 | 50 | 51 | 52 | 56 | 60
        - `Options` FilterOption[]
        - `Values` unknown[] — In most cases will have a single value.
          - unknown
  - `UpdatedAt` string
  - `Version` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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