Audit

Export audit logs

Streams the full filtered result set as CSV or NDJSON. Accepts the same filters as GET /audit-logs. Admin only. The export is itself audited.

get/audit-logs/export

Query parameters

format'csv' | 'ndjson'
userIdstring
actionstring
resourceTypestring
successstring
startDatestring date-time
endDatestring date-time

Response

Audit log file.

Changes