List audit events
List account-scoped audit events for core lifecycle actions such as session creation, workspace changes, API key mutations, and billing mutations.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
action
Filter by exact action (for example workspace.create).
resource_type
Filter by exact resource type (for example workspace, session, api_key).
resource_id
Filter by exact resource identifier.
status
Filter by exact status (success or failure).
before
Return events created before this RFC3339 timestamp.
limit
Max events to return (default 100, max 500).
Response
Audit event list
events
