Retrieve all the findings 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 findings based on ids. Accepts a comma-separated list of ids.
["uuid1,uuid2,uuid3"]
Filter findings based on result. Accepts a comma-separated list of result.
["PASSED,FAILED"]
Filter findings based on detection id. Accepts a comma-separated list of detection id.
"PLERION-AWS-1,PLERION-AWS-2"
Filter findings based on type. Accepts a comma-separated list of type.
"helm,kubernetes"
Filter findings based on file. Accepts a comma-separated list of file.
"file1,file2"
Filter findings based on severity. Accepts a comma-separated list of severity.
CRITICAL
, HIGH
, MEDIUM
, LOW
"CRITICAL,HIGH"
Sort results by the specified field.
id
, createdAt
, updatedAt
, artifactName
, status
"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
OK
The response is of type object
.