---
title: "Retrieves all CVE Records after applying the query parameters as filters (accessible to Secretariat or Bulk Download)"
method: GET
path: "/cve"
tags: ["CVE Record"]
---

# Retrieves all CVE Records after applying the query parameters as filters (accessible to Secretariat or Bulk Download)

`GET /cve`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> or <b>Bulk Download</b> role</p>  <h2>Expected Behavior</h2>  <p><b>Secretariat and Bulk Download:</b> Retrieves all CVE records for all organizations</p>

## Query parameters

- `time_modified.lt` string, date-time
- `time_modified.gt` string, date-time
- `time_created.lt` string, date-time
- `time_created.gt` string, date-time
- `state` 'PUBLISHED' | 'REJECTED'
- `count_only` boolean
- `assigner_short_name` string
- `assigner` string
- `page` integer
- `cna_modified` boolean
- `adp_short_name` string

## Response `200`

A filtered list of CVE Records, along with pagination fields if results span multiple pages of data

- union
  - ListCveRecordsResponseJson — unresolved $ref
  - CreateCveRecordRejectionResponseJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `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)
