Skip to main content
GET
List audit

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

space_id
string | null

Filter to one Space (raw uuid).

event_type
string | null

Filter to one event type from the published catalogue.

cursor
string | null
limit
integer<int64> | null

Page size (default 20, max 100).

Response

A page of audit events

data
object[]
required
next_cursor
string | null