Get vulnerability finding
GET /v1/vulnerability-findings/{findingId}
Returns a single vulnerability finding by ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The finding ID.
Responses
Section titled “ Responses ”The requested vulnerability finding.
A vulnerability finding discovered on an endpoint.
object
Unique identifier for the vulnerability finding.
The endpoint where this vulnerability was discovered.
The remediation target associated with this vulnerability.
The CVE identifier for this vulnerability (e.g., CVE-2024-1234).
The severity level of the vulnerability.
The CVSS score of the vulnerability (0-10).
Whether this vulnerability is in the CISA Known Exploited Vulnerabilities catalog.
The lifecycle status of the vulnerability finding.
The source that discovered this vulnerability.
Human-readable title of the vulnerability.
Detailed description of the vulnerability.
Recommended solution or remediation steps.
When this vulnerability was first detected.
When this vulnerability was remediated.
When this finding record was created.
When this finding record was last updated.
Invalid finding ID format.
object
Human-readable error message.
Missing or invalid API key.
object
Human-readable error message.
Vulnerability finding not found.
object
Human-readable error message.
Internal server error.
object
Human-readable error message.