Skip to main content
GET
List Protection Audit Events

Headers

X-Request-Id
string<uuid>

A unique identifier used to trace and track each request.

Authorization
string

Bearer JWT token for authentication. Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments). Optional in default OSS single-tenant mode. Format: Bearer <token>

Path Parameters

organization_id
string<uuid>
required

The unique identifier of the Organization associated with the Ledger.

Query Parameters

limit
string

Maximum number of events to return (default 20)

cursor
string

Opaque pagination cursor

sort_order
string

Sort order: asc or desc (default desc)

action
string

Filter by action

actor
string

Filter by actor

outcome
string

Filter by outcome: success, failure, or already_exists

start_date
string

Inclusive lower time bound (yyyy-mm-dd or RFC3339)

end_date
string

Inclusive upper time bound (yyyy-mm-dd or RFC3339)

Response

OK

items
object[] | null
required
limit
integer<int64>
required
organization_id
string
required
next_cursor
string
prev_cursor
string