---
title: "Gets query filters."
method: GET
path: "/Items/Filters2"
tags: ["Filter"]
---

# Gets query filters.

`GET /Items/Filters2`

## Query parameters

- `userId` string, uuid, nullable — Optional. User id.
- `parentId` string, uuid, nullable — Optional. Specify this to localize the search to a specific item or folder. Omit to use the root.
- `includeItemTypes` string[], nullable — Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
- `isAiring` boolean, nullable — Optional. Is item airing.
- `isMovie` boolean, nullable — Optional. Is item movie.
- `isSports` boolean, nullable — Optional. Is item sports.
- `isKids` boolean, nullable — Optional. Is item kids.
- `isNews` boolean, nullable — Optional. Is item news.
- `isSeries` boolean, nullable — Optional. Is item series.
- `recursive` boolean, nullable — Optional. Search recursive.

## Response `200`

Filters retrieved.

- QueryFilters
  - `Genres` NameGuidPair[], nullable
    - `Name` string, nullable
    - `Id` string, uuid
  - `Tags` string[], nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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