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