Skip to main content
GET
List Vulnerabilities

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$|^updated_at$|^updated_at\:asc$|^updated_at\:desc$|^state_updated_at$|^state_updated_at\:asc$|^state_updated_at\:desc$
stateUpdatedSince
string<date-time> | null

Datetime filter, only return vulnerabilities where the state was updated since this datetime. Example format: 2021-01-01T00:00:00+00:00

firstSeenSince
string<date-time> | null

Datetime filter, only return vulnerabilities where the first seen since this datetime. Example format: 2021-01-01T00:00:00+00:00

lastSeenSince
string<date-time> | null

Datetime filter, only return vulnerabilities where the last seen since this datetime. Example format: 2021-01-01T00:00:00+00:00

deviceId
string | null

Device ID Filter, comma separated

resourceId
string | null

Resource ID Filter, comma separated

severity
string | null

Vulnerability severity filter, comma separated

state
string | null

Vulnerability state filter, comma separated

port
string | null

Port number filter, comma separated

protocol
string | null

Protocol filter, comma separated

category
string | null

Vulnerability category filter, comma separated

cve
string | null

CVE ID filter, comma separated

includeDeviceGroups
boolean
default:false

Include device groups in the devices attached to the vulnerability

deviceGroupId
string | null

Device group ID filter, comma separated

ids
string | null

Vulnerability ID filter, comma separated. Need to be valid UUIDs. Max 100 IDs

enableCursor
boolean
default:false

Enable cursor based pagination instead of default offset-based pagination

updatedSince
string<date-time> | null

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

limit
integer
default:100

Limit size (page size)

Required range: x >= 0
offset
integer
default:0

Offset index (starting index of page)

Required range: x >= 0
excludeTotal
boolean
default:false

Skips returning the total rows, total is set to null when true

cursor
string | null

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

Response

Successful Response

count
integer
required

Number of items return in the response

items
Vulnerability · object[]
required

List of items returned in the response

total
integer | null

Total number of items that can be returned