Skip to main content
GET
List findings

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Headers

Authorization
string
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Content-Type
string

application/json

Path Parameters

scanId
string
required

Scan ID

Query Parameters

ids
string

Filter findings based on ids. Accepts a comma-separated list of ids.

Example:
results
string

Filter findings based on result. Accepts a comma-separated list of result.

Example:
detectionIds
string

Filter findings based on detection id. Accepts a comma-separated list of detection id.

Example:

"PLERION-AWS-1,PLERION-AWS-2"

types
string

Filter findings based on type. Accepts a comma-separated list of type.

Example:

"helm,kubernetes"

files
string

Filter findings based on file. Accepts a comma-separated list of file.

Example:

"file1,file2"

severityLevels
enum<string>

Filter findings based on severity. Accepts a comma-separated list of severity.

Available options:
CRITICAL,
HIGH,
MEDIUM,
LOW
Example:

"CRITICAL,HIGH"

sortBy
enum<string>

Sort results by the specified field.

Available options:
id,
createdAt,
updatedAt,
artifactName,
status
Example:

"createdAt"

sortOrder
enum<string>

Sort order for the results.

Available options:
asc,
desc
Example:

"asc"

page
integer

Page number for the results. Accepts a positive integer.

Example:

1

perPage
integer

Number of results per page. Accepts a positive integer.

Example:

10

Response

OK

data
object[]
meta
object