Skip to main content
The Audit Logs service provides access to system activity logs for compliance, security monitoring, and debugging purposes.

Overview

Audit log access requires superadmin authentication.

List Audit Logs

Retrieve audit logs with optional filtering:
Filter by specific criteria:
Available filters:

Get a Single Audit Log

Get details for a specific audit log entry:

Export Audit Logs

Export audit logs in various formats:

Export as JSON

Export as CSV

Export as PDF

PDF exports are returned as base64-encoded strings. Decode them to binary before saving or displaying.

Complete Example

Audit log viewer component:

Next Steps