curl --location --request POST '/data-exfiltration/repositories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"distinct_count": "string",
"include_total_count": true,
"limit": 10,
"offset": 0,
"query": "name='\''WINPC-4291'\'' AND status IN ('\''active'\'', '\''pending'\'')",
"sort": "name desc, id"
}'{
"distinct_values": [
{
"count": 0,
"value": null
}
],
"pagination": {
"count": 0,
"total_count": 1000
},
"items": [
{
"ai_risk_score": 9.2,
"ai_risk_score_reason": "High number of sensitive files",
"allowlisted": true,
"high_prevalence": true,
"id": "string",
"is_company_ip": true,
"is_public": true,
"name": "string",
"risk_factors": [
{
"magnitude": 40,
"type": "sensitive_file"
}
]
}
]
}