Skip to main content
GET
List Vulnerability Findings

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Query Parameters

sort
string | null

Sort by field

Pattern: ^severity$|^severity\:asc$|^severity\:desc$|^state$|^state\:asc$|^state\:desc$|^first_seen$|^first_seen\:asc$|^first_seen\:desc$|^last_seen$|^last_seen\:asc$|^last_seen\:desc$|^updated_at$|^updated_at\:asc$|^updated_at\:desc$|^state_updated_at$|^state_updated_at\:asc$|^state_updated_at\:desc$
severity
string | null

Filter by severity (comma-separated list, e.g., 'CRITICAL,HIGH')

state
string | null

Filter by state (comma-separated list, e.g., 'OPEN,REOPENED')

has_fix
boolean | null

Filter by whether a fix is available

firstSeenSince
string<date-time> | null

Filter by findings first seen after this date

lastSeenSince
string<date-time> | null

Filter by findings last seen after this date

stateUpdatedSince
string<date-time> | null

Filter by findings with state updated after this date

resourceId
string | null

Filter by resource ID (comma-separated list)

ids
string | null

Filter by finding IDs (comma-separated list of UUIDs, max 100)

updatedSince
string<date-time> | null

Datetime filter, only return items updated since this datetime. Example format: 2021-01-01T00:00:00+00:00

cursor
string | null

Skip token to continue from the last item in the previous page

limit
integer
default:100

Limit size (page size)

Required range: x >= 0
use_pool
boolean
default:true

Response

Successful Response

items
VulnerabilityFindingV2 · object[]
required

List of items returned in the response

next_cursor
string | null

Skip token to continue from the last item in the previous page

previous_cursor
string | null

Skip token to continue from the first item in the previous page