curl --location --request POST '/data-exfiltration/files' \
--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",
"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
}
]
}