List audit events

View as Markdown

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

actionstring or nullOptional

Filter by exact action (for example workspace.create).

resource_typestring or nullOptional

Filter by exact resource type (for example workspace, session, api_key).

resource_idstring or nullOptional
Filter by exact resource identifier.
statusstring or nullOptional

Filter by exact status (success or failure).

beforestring or nullOptional
Return events created before this RFC3339 timestamp.
limitinteger or nullOptional>=0

Max events to return (default 100, max 500).

Response

Audit event list
eventslist of objects