Skip to main content
GET
List findings for a specific scan
Returns findings produced by a specific scan, with the same filtering and sorting controls as List findings. Only findings that have passed automated verification (verification_status = approved) are returned.
Scope required: read

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Query Parameters

page
number
default:1

The page number to retrieve.

limit
number
default:100

The number of items to retrieve per page.

severity
enum<string>
Available options:
critical,
high,
medium,
low,
info
state
enum<string>
Available options:
open,
true_positive,
false_positive,
accepted_risk,
resolved,
closed
scan_id
string
scan_type
enum<string>

Filter by scan type across all scans associated with the finding.

Available options:
pr,
full
repo_url
string

Filter by exact repository URL.

found_since
string

Only include findings discovered on/after this ISO 8601 timestamp.

found_until
string

Only include findings discovered before this ISO 8601 timestamp.

sort_by
enum<string>
Available options:
found_at,
updated_at,
severity
sort_order
enum<string>
default:DESC
Available options:
ASC,
DESC

Response

200 - application/json
data
object[]
required
total
number
required
page
number
required
limit
number
required