---
title: "Retrieves the count of all the CVE Records after applying the query parameters as filters (accessible to all users)"
method: GET
path: "/cve_count"
tags: ["CVE Record"]
---

# Retrieves the count of all the CVE Records after applying the query parameters as filters (accessible to all users)

`GET /cve_count`

<h2>Access Control</h2>  <p>Endpoint is accessible to all</p>  <h2>Expected Behavior</h2>  <p>Retrieves the count of all CVE records for all organizations</p>

## Query parameters

- `state` 'PUBLISHED' | 'REJECTED'

## Response `200`

A count of the total number of filtered CVE records

- GetCveRecordCountJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `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)
