List Risks matching one or more filter parameters.
cURL
curl --request GET \ --url https://api.us.chkk.io/v1/risks \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "signature": { "id": "<string>", "title": "<string>", "description": "<string>", "tags": [ "category:guardrail" ] }, "location": { "cluster": "<string>" }, "last_detected": "2023-11-07T05:31:56Z", "severity": "low" } ], "continuation_token": "<string>" }
Authorization credentials supplied in the Authorization header.
Number of resources to return per page
1 <= x <= 1000
Opaque token for pagination
Returns an array of RiskSummary objects.
RiskSummary
Show child attributes
Stable identifier for this Risk within Chkk.
Unique identifier of the Risk signature
Title of the Risk signature
Description of what happens when the Risk signature materializes.
The tags associated with the Risk signature
A tag that can be applied to a Risk or Risk Signature.
category:guardrail
category:api-deprecation
category:misconfiguration
ID of the cluster where the Risk was detected.
Unix epoch timestamp of when the Risk was most recently identified.
The severity of a Risk. It is a measure of the combination of probability and impact of a Risk materializing
low
medium
high
critical
Was this page helpful?