cURL
curl --request GET \ --url https://api.prd.rad.security/accounts/{account_id}/identities/{identity_id}/risks/{risk_type}
{ "entries": [ { "associated_resources": [ { "id": "<string>", "name": "<string>", "severity": "<string>" } ], "deleted_at": "<string>", "description": "<string>", "fingerprint": "<string>", "first_detected_at": "<string>", "id": "<string>", "identity_id": "<string>", "last_detected_at": "<string>", "name": "<string>", "risk_counter": 123, "score": 123, "type": "<string>", "weight": 123 } ], "page": 123, "page_count": 123, "page_size": 123, "total_count": 123 }
Get Identity Risks of a specific type
Documentation IndexFetch the complete documentation index at: https://docs.rad.security/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rad.security/llms.txt
Use this file to discover all available pages before exploring further.
Account ID
Identity ID
Risk type
Page number starting from 1
Page size
OK
Show child attributes