Skip to main content
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:
string
Event ID.
string
Action performed (e.g., "completion.created", "skill.installed", "key.created").
string
Type of entity affected (e.g., "completion", "skill", "api_key").
string
ID of the affected entity.
string
User who performed the action.
string
ISO 8601 timestamp.
object
Summary of the request input.
object
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.