---
title: "List Filters"
method: GET
path: "/data/v1/filters"
tags: ["Filters"]
deprecated: true
---

# List Filters

`GET /data/v1/filters`

> **Deprecated.**

The API has been replaced by the list-dimensions API call.

Lists all the filters broken out into basic and advanced.

## Response `200`

OK

- ListFiltersResponse
  - `data` object, required
    - `basic` string[], required
    - `advanced` string[], required
  - `total_row_count` integer, nullable, required
  - `timeframe` integer[], required

## Changes

- **2025-08-05** `ba7ebfd893a1` — 1 info
  - the endpoint scheme security `authorizationToken` was added to the API
- **2025-07-02** `d4d7fca3b738` — 1 info
  - the endpoint scheme security `accessToken` was added to the API

[Change history](https://skmtc.dev/muxinc/apis/mux-api/changes/data/v1/filters/get.md)

---

[API](https://skmtc.dev/muxinc/apis/mux-api.md) · [All operations](https://skmtc.dev/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/muxinc/mux-api/revisions/34a65dce0f31/schema)
