Resources
List Audit Events
Query the immutable audit trail.
GET
List Audit Events
Query the immutable audit trail. Every API action (completions, skill installs, key operations, etc.) is logged with full context.
Authentication
Requires a Bearer token. See Authentication.Request Example
Response
Returns an array of audit event objects. Each event includes:Event ID.
Action performed (e.g.,
"completion.created", "skill.installed", "key.created").Type of entity affected (e.g.,
"completion", "skill", "api_key").ID of the affected entity.
User who performed the action.
ISO 8601 timestamp.
Summary of the request input.
Summary of the response output.
Audit events are stored in a tamper-evident, append-only log. They cannot be modified or deleted.
Endpoint
GET /api/v1/audit
Requires authentication via Bearer token. See Authentication.List Audit Events
