Retrieve all the Vulnerabilities for a scanId
Bearer API Key. For example, "Bearer {Tenant API Key}"
Bearer API Key. For example, "Bearer {Tenant API Key}"
application/json
Scan ID
Filter vulnerabilities based on ids. Accepts a comma-separated list of ids.
["uuid1,uuid2,uuid3"]
Filter vulnerabilities based on vulnerability id. Accepts a comma-separated list of vulnerability id.
"CVE-2022-22965,CVE-2022-22966,CVE-2022-22967"
Filter vulnerabilities based on severitySource. Accepts a comma-separated list of severitySource.
"nvd,github,debian"
Filter vulnerabilities based on file. Accepts a comma-separated list of file.
"file1,file2"
Filter vulnerabilities based on hasKev. Accepts a comma-separated list of boolean value.
"true,false"
Filter vulnerabilities based on hasExploit. Accepts a comma-separated list of boolean value.
"true,false"
Filter vulnerabilities based on severity. Accepts a comma-separated list of severity.
CRITICAL
, HIGH
, MEDIUM
, LOW
"CRITICAL,HIGH"
Sort results by the specified field.
id
, vulnerabilityId
, severityLevel
, severitySource
, hasKev
, hasExploit
, file
, createdAt
, updatedAt
"createdAt"
Sort order for the results.
asc
, desc
"asc"
Page number for the results. Accepts a positive integer.
1
Number of results per page. Accepts a positive integer.
10
Successful response with the list of vulnerabilities
The response is of type object
.