Audit Logs
SpaceOS maintains an audit trail of all significant actions via the API Audit Logs module.
What's Logged
- API requests (endpoint, method, user, timestamp)
- Booking actions (create, cancel, modify)
- Organization changes (settings, members)
- Device actions (register, disable, enable)
- Authentication events (login, logout, failed attempts)
Viewing Logs
Access audit logs via the admin dashboard under Settings → Audit Logs or via the API:
GET /api/v1/api-audit-logs?organization_id=org-123
Authorization: Bearer <jwt>
Retention
Audit logs are retained according to your organization's data retention policy.
Next Steps
- Security Overview — Platform security
- GDPR — Data privacy compliance