curl --location '/v1/admin/privacy-audit-trails?actorID=undefined&consentID=undefined&scope=undefined&subjectID=undefined&createdAtFrom=undefined&createdAtTo=undefined&sortField=undefined&sortOrder=undefined&page=undefined&perPage=undefined'{
"endpoint": "GET /v1/admin/privacy-audit-trails",
"trails": [
{
"id": "55555555-5555-5555-5555-555555555555",
"actorID": "support-agent",
"subjectID": "support-user-001",
"action": "sensitiveDataViewed",
"target": {
"type": "session",
"identifier": "11111111-1111-1111-1111-111111111111",
"classification": "p1"
},
"reason": "Investigate failed insert support bundle.",
"consentID": "44444444-4444-4444-4444-444444444444",
"authorizationState": "authorized",
"outcome": "succeeded",
"createdAt": "2026-04-01T16:22:00Z",
"metadata": {
"scope": "sensitiveView",
"ticket_id": "SUP-1001"
}
}
],
"totalCount": 1,
"page": 1,
"perPage": 50
}