---
title: "List all CISA KEV"
method: GET
path: "/cisa_kev/"
tags: ["cisa_kev"]
---

# List all CISA KEV

`GET /cisa_kev/`

## Query parameters

- `page` integer
- `per_page` integer

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- KEVsList[]
  - `metadata` Metadata
    - `count` integer — Total number of the items of the data.
    - `page` integer — Number of the page.
    - `per_page` integer — Requested limit data.
  - `data` KEV[] — List of KEVs.
    - `CVE` string, required — CVE identifier
    - `EUVD` string — EUVD identifier
    - `vendorProject` string — Vendor or project name
    - `product` string — Product affected by the vulnerability
    - `vulnerabilityName` string — Vulnerability name
    - `dateReported` string — Date when reported
    - `originSource` string — Source reporting the vulnerability
    - `shortDescription` string — Short description of the vulnerability
    - `exploitationType` string — Type of exploitation observed
    - `threatActorsExploiting` string — Threat actors exploiting the vulnerability
    - `notes` string — Additional notes or links
    - `cwes` string — CWE identifiers

---

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