---
title: "Returns a CVE Record by CVE ID (accessible to all users)"
method: GET
path: "/cve/{id}"
tags: ["CVE Record"]
---

# Returns a CVE Record by CVE ID (accessible to all users)

`GET /cve/{id}`

<h2>Access Control</h2>  <p>Endpoint is accessible to all</p>  <h2>Expected Behavior</h2>  <p><b>All users:</b> Retrieves the CVE Record specified</p>

## Path parameters

- `id` string, required

## Response `200`

The requested CVE Record

- union
  - GetCveRecordResponseJson — unresolved $ref
  - CreateCveRecordRejectionResponseJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.net/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cveproject/cve-services-api/revisions/37d9d2a0b112/schema)
