---
title: "Get All Filters for Vulnerabilities"
method: GET
path: "/v2/vulnerability/filters"
---

# Get All Filters for Vulnerabilities

`GET /v2/vulnerability/filters`

Get all filters for vulnerabilities

## Response `200`

OK

- object[]
  - `can_sort` boolean, required — Indicates if sorting is possible by this field.
  - `data_type` string, required — The data type of the filter field (e.g., string, number, datetime).
  - `description` string, required — A human-readable description of the filter field.
  - `enum_values` string[], required — The possible values for this field.
  - `examples` string[], required — Example usage of the filter.
  - `facet_possible` boolean, required — Indicates if faceting is possible for this field.
  - `field` string, required — The name of the filter field.
  - `search_analyzer` string, required — The search analyzer used for this field.

## Other responses

- `400` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

> 22 revisions in range; 1 could not be searched.

- **2025-08-13** `c41cd7ae7718` — 1 info
  - endpoint added
- **2023-12-05** `5c3748c387f7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v2/vulnerability/filters/get.md)

---

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