{ "opencollection": "1.0.0", "info": { "name": "Varonis DatAlert Alerts Events API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Varonis Get Alerted Events", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}/api/threatdetection/api/alert/alert/GetAlertedEvents", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the underlying events associated with a specific alert for forensic investigation. Returns event-level data including operation types, source and destination accounts, affected resources, IP addresses, and geolocation information. Essential for threat hunting and understanding the full scope of a security incident." } ] } ], "bundled": true }