List vulnerability findings
GET /v1/vulnerability-findings
Returns a paginated list of vulnerability findings in the organization.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Maximum number of findings to return.
Number of findings to skip for pagination.
Filter by endpoint ID.
Filter by remediation target ID.
Filter by severity level.
Filter by finding status.
Filter by whether the finding is in the CISA Known Exploited Vulnerabilities catalog.
Filter by CVE identifier (e.g., CVE-2024-1234).
Responses
Section titled “ Responses ”Paginated list of vulnerability findings.
object
The list of vulnerability findings.
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.
Total number of findings matching the filters.
Page size used.
Offset used.
Missing or invalid API key.
object
Human-readable error message.
Internal server error.
object
Human-readable error message.