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

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

`GET /cna/cve_count`

## Query parameters

- `state` 'PUBLISHED' | 'REJECTED'

## Response `200`

A count of the total number of filtered CVE records

- RecordCountModel
  - `totalCount` integer

## Other responses

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