Audit logs
Organization-wide audit trail with pagination.
Purpose
Audit Logs surface immutable records of sensitive actions for compliance review. Data loads through OrgAuditLogs.get.useQuery.
Who uses it
Security officers and tenant administrators reviewing who changed what.
Prerequisites
view_audit_logpermission for/dashboard/audit-logs(organization-level route guard).
Navigation
Sidebar → Audit Logs (/dashboard/audit-logs).
Step-by-step
- Open Audit Logs.
- Adjust pagination (
page,perPagequery parameters) using the table controls. - Inspect columns — actor, action, resource, timestamps — as rendered by the column factory for your build.
- Open a row action if your UI links to
/dashboard/audit-logs/$auditLogIdfor expanded detail.
Expected results
- Rows correspond to API records; totals derive from response meta.
Troubleshooting
- Empty list: Verify date filters if present in future builds, or confirm auditing is enabled server-side.
- Failed to load: Retry or contact support if the API errors persist.