---
title: "Get last CVE check result"
method: GET
path: "/cve/check/last"
tags: ["🧩 CVE"]
---

# Get last CVE check result

`GET /cve/check/last`

Get last CVE check result

## Query parameters

- `groupId` string
- `nodeId` string
- `cveId` string
- `package` string
- `severity` 'critical' | 'high' | 'medium' | 'low' | 'none' | 'unknown'

## Response `200`

Last CVE check

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getLastCVECheck', required — The id of the action
  - `data` object, required
    - `CVEChecks` CveCheck[], required
      - `cveId` string, CVE id — CVE id
      - `score` object — CVE score
        - `value` number
        - `severity` string
      - `nodes` string[] — Id of Nodes affected by this CVE
      - `packages` object[] — Packages affected by this CVE
        - `name` string — Name of the package affected
        - `version` string — Version of the package affected

---

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