Hey Anton
The "realtime" Audit API doesn't have Recording as a service name but the batch/job one does. You could run a batch job against
/api/v2/audits/query
and send
{
"interval": "2023-03-07T00:00:00Z/2023-03-10T00:00:00Z",
"serviceName": "Quality",
"filters":[{"property":"EntityType","value":"Recording"}
,{"property": "Action", "value": "Read"}
]
}
You'd then have to do some filtering on your response. A few steps to achieve it but hopefully it heads the way you want.
------------------------------
Vaun McCarthy
------------------------------