Skip to main content
GET
List audit events

Authorizations

Authorization
string
header
required

Organization API key (msb_…) - org-scoped programmatic access.

Query Parameters

event_type
string | null

Filter by event type (e.g. "api_key_created").

since
string<date-time> | null

Only return events at or after this timestamp.

until
string<date-time> | null

Only return events at or before this timestamp.

cursor
string | null

Opaque cursor from a previous response.

limit
integer<int64> | null

Number of items to return (default: 20, max: 100).

Response

Paginated list of audit events

Wrapper for paginated event responses (needed for OpenAPI schema generation).

data
object[]
required
has_more
boolean
required
next_cursor
string | null