List Audit Logs
GET/api/v1/audit-log
List audit log entries with filtering and pagination.
Filters:
- resource_type: Filter by resource type (applicant, case, document, screening_hit)
- resource_id: Filter by specific resource UUID
- actor_id: Filter by user who performed the action
- action: Filter by action type (e.g., applicant.created, case.resolved)
- start_date: Filter entries after this date
- end_date: Filter entries before this date
- search: Search in action or user email
Sorting:
- sort_order: asc or desc (default: desc - newest first)
Request
Responses
- 200
- 422
Successful Response
Validation Error