---
title: "Retrieves information about the specified CVE ID (accessible to all users)"
method: GET
path: "/cna/cve-id/{id}"
tags: ["cna"]
---

# Retrieves information about the specified CVE ID (accessible to all users)

`GET /cna/cve-id/{id}`

## Headers

- `CVE-API-ORG` string
- `CVE-API-USER` string
- `CVE-API-KEY` string

## Response `200`

The requested CVE ID information is returned

- CveIdGetModel
  - `message` string
  - `cve_id` string — ^CVE-[0-9]{4}-[0-9]{4,}$
  - `cve_year` string — ^[0-9]{4}$
  - `owning_cna` string — The shortname for the organization that owns the CVE ID
  - `state` 'RESERVED' | 'PUBLISHED' | 'REJECTED'
  - `requested_by` object
    - `cna` string — The shortname for the organization of the user that requested the ID
    - `user` string — The username for the account that requested the ID
  - `reserved` string, date-time — The time the ID was reserved
  - `time` object
    - `created` string, date-time — The time the ID was created
    - `modified` string, date-time — The last time the ID was modified

## Other responses

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

---

[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/versions/e6ef25beb687/schema)
