You need the
actions:read permission to view the audit log in the portal or via the API.Accessing the Audit Log in the Portal
Select Audit Log from the left-hand sidebar. The page loads the most recent administrative actions in reverse chronological order. Each row shows the event name, the staff member who performed the action, and the exact timestamp. Click any row to expand it and inspect the fulldata payload for that entry.
What Gets Logged
Avalex records an audit entry for every mutation across all major entity types:Audit Log Entry Structure
Each entry in the audit log contains the following fields:Example Entry
Accessing the Audit Log via API
You can retrieve audit log entries programmatically using the REST API:limit query parameter to control how many records are returned.
Example request:
