Skip to main content
GET
List the session user's audit log events.

Authorizations

Authorization
string
header
required

Session token from POST /auth/login.

Query Parameters

api_key_id
string | null

Only events whose api key id contains this substring.

event_types
string | null

Comma-separated event types to include; omitted means every type.

from
string<date-time> | null

Only events at or after this instant.

last_cursor
string | null

The last cursor, emitted by the previous response.

limit
integer<uint32> | null

The maximum number of items to return.

Required range: x >= 0
to
string<date-time> | null

Only events at or before this instant.

Response

items
object[]
required
next_cursor
string | null