Use the list risks API to retrieve and filter risks across the tenant.
Bearer API Key. For example, "Bearer {Tenant API Key}"
Bearer API Key. For example, "Bearer {Tenant API Key}"
Filter by risk IDs. Accepts a comma-separated list.
Select specific risk fields to include in the response. Only applies to risk properties. Accepts a comma-separated list of risk fields. Example fields: id, name, severityLevel, score
Filter by risk type IDs. Accepts a comma-separated list.
Filter by integration IDs. Accepts a comma-separated list.
Filter by primary asset IDs. Accepts a comma-separated list.
Filter by severity levels. Accepts a comma-separated list.
CRITICAL
, HIGH
, MEDIUM
, LOW
Filter by lifecycle states. Accepts a comma-separated list.
DISMISSED_ACCEPTED
, DISMISSED_NOT_A_RISK
, OPEN
Filter by resource types. Accepts a comma-separated list.
Start of the date range for filtering risks based on the discovered date. Specify the start of the range using a valid ISO 8601 date-time string. If discoveredAtStart
is provided and discoveredAtEnd
is omitted, results will include risks from this date to the present. Supported formats include: - yyyy-MM-ddTHH:mm:ssZ
(e.g., 2025-02-18T08:00:00Z
) - yyyy-MM-ddTHH:mm:ss.SSSZ
(e.g., 2025-02-18T08:00:00.000Z
)
End of the date range for filtering risks based on the discovered date. Specify the end of the range using a valid ISO 8601 date-time string. If discoveredAtEnd
is provided and discoveredAtStart
is omitted, results will include risks up to this date. Supported formats include: - yyyy-MM-ddTHH:mm:ssZ
(e.g., 2025-02-18T08:00:00Z
) - yyyy-MM-ddTHH:mm:ss.SSSZ
(e.g., 2025-02-18T08:00:00.000Z
)
This parameter is for loading relationships in the risk response. Available options: - primaryAsset
: includes the complete primary asset object for each risk - integration
: includes the complete integration object for each risk
"primaryAsset,integration"
Order the list by supported field. Can accept discoveredAt
or score
. The default is discoveredAt
.
discoveredAt
, score
"score"
The sort order of the list. Can accept asc
or desc
. The default is desc
.
asc
, desc
"desc"
Get the next batch of risks. Used for pagination.
"k3d83a9b-k3dk-5lkd-2ldk-9kd77c1beb6"
Number of items per page
1 <= x <= 100
Risks list
The response is of type object
.