---
title: "List Filters Endpoint"
method: GET
path: "/api/v2/filters"
tags: ["APPS_V2"]
---

# List Filters Endpoint

`GET /api/v2/filters`

List a dataset's (or chart's/summary's underlying dataset's) filter
descriptors.

## Query parameters

- `dataset` string, nullable
- `chart` string, nullable
- `summary` string, nullable

## Headers

- `x-tenant` string, required
- `x-user-group-id` string, nullable
- `x-timezone` string, nullable

## Response `200`

Successful Response

- FilterDescriptor[]
  - `key` string, required
  - `label` string, required
  - `listable` boolean, required
  - `options` OptionDescriptor[], nullable
    - `value` string, required
    - `label` string, nullable

## Other responses

- `403` — Not supported for public user
- `422` — Validation Error

---

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