Skip to main content
GET
/
risks
/
{riskId}
/
resources
List resources for a specific Risk
curl --request GET \
  --url https://api.us.chkk.io/v1/risks/{riskId}/resources \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "kind": "<string>",
      "name": "<string>",
      "namespace": "<string>"
    }
  ],
  "continuation_token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.chkk.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization credentials supplied in the Authorization header.

Path Parameters

riskId
string
required

Unique identifier of the Risk whose affected resources you want to list.

Query Parameters

page_size
integer
default:100

Number of resources to return per page

Required range: 1 <= x <= 1000
continuation_token
string

Opaque token for pagination

Response

200 - application/json

Returns an array of RiskAffectedResource objects.

data
object[]
required
continuation_token
string

Opaque token for pagination