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": { "id": "<string>", "name": "<string>", "namespace": "<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
Was this page helpful?