---
title: "GET /cisaCves"
method: GET
path: "/cisaCves"
tags: ["CisaCves"]
---

# GET /cisaCves

`GET /cisaCves`

Retrieve a list of CisaCves for the provided search parameters.

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- PagedCisaCveResult — Paged collection of CisaCveResult items
  - `value` CisaCveResult[], required — The CisaCveResult items on this page
    - `cveId` string, required — The CVE ID of the vulnerability in the format CVE-YYYY-NNNN, note that the number portion can have more than 4 digits.
    - `vendorProject` string, required — The vendor or project name for the vulnerability.
    - `product` string, required — The vulnerability product
    - `vulnerabilityName` string, required — The name of the vulnerability
    - `shortDescription` string, required — A short description of the vulnerability
    - `requiredAction` string, required — The required action to address the vulnerability
    - `notes` string, required — Any additional notes about the vulnerability
    - `dateAdded` string, date-time, required — The date the vulnerability was added to the catalog in the format YYYY-MM-DD
    - `dueDate` string, date-time, required — The date the required action is due in the format YYYY-MM-DD
    - `updatedAt` string, date-time, required — The date the vulnerability was updated
    - `count` integer, required — The number of assets affected by the vulnerability
  - `nextLink` string, uri — The link to the next page of items
  - `totalElements` integer — The total number of items available in the full result set.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/riskiq-microsoft-easm.md) · [All operations](https://skmtc.net/azure/apis/riskiq-microsoft-easm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/riskiq-microsoft-easm/versions/5865b52c51a3/schema)
