curl --location --request GET '/data-exfiltration/git-events/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"last_seen": "2023-10-01T12:00:00Z",
"first_seen": "2023-10-01T12:00:00Z",
"person_id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"person_email": "string",
"person_name": "string",
"repository_id": "string",
"repository_name": "string",
"event_type": "string",
"exfiltration_suspected": true,
"device_id": "string",
"risk_score": 9.2,
"risk_factors": [
{
"type": "sensitive_file",
"magnitude": 40
}
],
"allowlisted": true
}