Manage Audit Logs
Download audit logs using the API
curl \ --request GET \ --header "Content-Type: application/json" \ --header "Authorization: dea464c07bd07300095caa8" \ https://your-immuta-url.immuta.com/audit
curl \
--request GET \
--header "Content-Type: application/json" \
--header "Authorization: dea464c07bd07300095caa8" \
--output audit-logs-file.json \
https://your-immuta-url.immuta.com/audit?sortField=dateTime&sortOrder=descLast updated
Was this helpful?

