Audit Events
Overview
The Audit Events page provides a chronological log of all significant actions performed within your organisation. Use it to track who did what and when, for compliance and troubleshooting purposes.
Features
Event Table
A paginated table displaying audit events with the following columns:
| Column | Description |
|---|---|
| Action | The action that was performed (e.g., create, update, delete) |
| User | Email of the user who performed the action |
| Resource | The resource type and name affected (e.g., app MyApp, user rokas@example.com, test_suite Login Flow) |
| Details | Additional context about the event |
| Date | Timestamp of when the event occurred |
Filters
Two filters are available above the table. Changing either filter resets pagination to the first page.
- Time range — Dropdown with options: All time, Last hour, Last day, Last week, Last month.
- Action search — Free-text input to filter events by action name.
Pagination
Events are displayed 25 per page. Navigation controls at the bottom show the current page number, total pages, and Previous / Next buttons.
CSV Export
Click Export CSV in the page header to download audit events as a CSV file. The export covers the most recent 10,000 events, independent of the current filter or page.
How to View Audit Events
- Navigate to Settings > Audit Events.
- The page header shows the total event count.
- Browse events in the table. Use Previous and Next to page through results.
How to Filter Events
- To filter by time, open the Time range dropdown and select a range.
- To filter by action, type a keyword into the action search field (e.g., “delete” or “create”).
- The table updates automatically as you change filters.
How to Export Events
- Click the Export CSV button in the top-right corner of the page.
- A CSV file named
audit-events.csvdownloads to your browser’s default download location.
Permissions
| Role | Access |
|---|---|
| Admin | View and export |
| Developer | View and export |
| Viewer | View and export |