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

# GET /cisaCves/{cveId}

`GET /cisaCves/{cveId}`

Retrieve details of CisaCve by cveId

## Path parameters

- `cveId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- CisaCveResult — cisa cve in a given workspace.
  - `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

## 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)
