curl --location --request GET '/data-exfiltration/files/' \
--header 'Authorization: Bearer <token>'{
"ai_classification": "file_name_binary",
"allowlisted": true,
"checksum": "string",
"download_count": 0,
"file_extension": "string",
"high_prevalence": true,
"id": "string",
"name": "string",
"risk_factors": [
{
"magnitude": 40,
"type": "sensitive_file"
}
],
"rsync_download_count": 0,
"rsync_upload_count": 0,
"scp_download_count": 5,
"scp_upload_count": 5,
"size": 0,
"upload_count": 0,
"usb_download_count": 0,
"usb_upload_count": 0
}