Audit Log Page
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
2
Entities
0
Integrations
Description
Server-side rendered admin page displaying the organization-scoped audit trail with cursor-based pagination. Provides filter controls for actor, action_type, and date range, and a CSV export trigger.
audit-log-page
Sources & reasoning
The primary admin UI surface for audit log review. SSR with cursor-based pagination and parameterized filters as described in implementation notes. Required for compliance review and incident investigation.
No source references — this artifact was included based on reasoning alone (see above).
Responsibilities
- Render paginated audit log entries with actor, action, target, and timestamp columns
- Provide filter controls for actor, action_type, and date range
- Trigger CSV export download via streaming response
- Display formatted entry details for compliance review
Interfaces
GET /api/v1/audit-logs?cursor=&actor=&action_type=&from=&to=
GET /api/v1/audit-logs/export.csv
Related Data Entities (2)
Data entities managed by this component