List audit logs
GET/api/v1/workspaces/:workspaceId/audit-logs
Required API-key permission: WORKSPACE_READ — Read workspace settings and audit logs
List audit log entries of a workspace, newest first. Optionally filtered by entity type/ID. Paginated: the response is a { data, pagination } envelope (not a bare array); data holds the AuditLog[] page.
Request
Responses
- 200
- 400
- 401
- 403
List audit logs
Validation error
Missing or invalid credentials
Insufficient permissions