Skip to content

Get vulnerability finding

GET
/v1/vulnerability-findings/{findingId}

Returns a single vulnerability finding by ID.

findingId
required
string format: uuid

The finding ID.

The requested vulnerability finding.

Vulnerability Finding

A vulnerability finding discovered on an endpoint.

object
id
required
ID

Unique identifier for the vulnerability finding.

string format: uuid
endpoint_id
required
Endpoint ID

The endpoint where this vulnerability was discovered.

string format: uuid
target_id
required
Target ID

The remediation target associated with this vulnerability.

string format: uuid
nullable
cve
required
CVE

The CVE identifier for this vulnerability (e.g., CVE-2024-1234).

string
nullable
severity
required
Severity

The severity level of the vulnerability.

string
Allowed values: critical high medium low info
cvss_score
required
CVSS Score

The CVSS score of the vulnerability (0-10).

number
nullable <= 10
is_kev
required
Is KEV

Whether this vulnerability is in the CISA Known Exploited Vulnerabilities catalog.

boolean
status
required
Status

The lifecycle status of the vulnerability finding.

string
Allowed values: open remediated
source
required
Source

The source that discovered this vulnerability.

string
title
required
Title

Human-readable title of the vulnerability.

string
nullable
description
required
Description

Detailed description of the vulnerability.

string
nullable
solution
required
Solution

Recommended solution or remediation steps.

string
nullable
detected_at
required
Detected At

When this vulnerability was first detected.

string format: date-time
remediated_at
required
Remediated At

When this vulnerability was remediated.

string format: date-time
nullable
created_at
required
Created At

When this finding record was created.

string format: date-time
updated_at
required
Updated At

When this finding record was last updated.

string format: date-time

Invalid finding ID format.

object
error
required

Human-readable error message.

string

Missing or invalid API key.

object
error
required

Human-readable error message.

string

Vulnerability finding not found.

object
error
required

Human-readable error message.

string

Internal server error.

object
error
required

Human-readable error message.

string