curl --location --request POST '/data-exfiltration/git-events' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "name='\''WINPC-4291'\'' AND status IN ('\''active'\'', '\''pending'\'')",
"distinct_count": "string",
"sort": "name desc, id",
"limit": 10,
"offset": 0,
"include_total_count": true
}'{
"pagination": {
"count": 0,
"total_count": 1000
},
"distinct_values": [
{
"value": null,
"count": 0
}
],
"items": [
{
"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
}
]
}