Audit Logs
The audit log records every significant platform action. Access requires the admin role and is blocked for OAuth application tokens.
GET /api/v1/audit-logs
Section titled “GET /api/v1/audit-logs”Retrieve a chronological list of platform events.
| Header | Value | Required |
|---|---|---|
Authorization | Bearer <token> | Yes |
Success 200
{ "data": [ { "id": "01942cf7-…", "actor_user_id": "01942cf6-…", "action": "container.start", "resource_id": "01942cf5-…", "created_at": "2026-03-28T00:00:00Z" } ]}Errors
| Status | error.code | Reason |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid auth |
403 | FORBIDDEN | Caller is not an admin or is using an OAuth app token |