audit-log

GET /v1/events — list audit events in the key's org (Admin+). Pinned to the `audit` category like the slug variant.

List audit events for the organization with cursor pagination and optional filters.

get/v1/events

Query parameters

event_typestring nullable

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

sincestring date-time nullable

Only return events at or after this timestamp.

untilstring date-time nullable

Only return events at or before this timestamp.

cursorstring nullable

Opaque cursor from a previous response.

limitinteger nullable

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

Response

Paginated list of audit events

has_moreboolean required
next_cursorstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.