v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Protection API

List Protection Audit Events

get/v1/organizations/{organization_id}/protection/audit

Path parameters

organization_idstring uuid required

The unique identifier of the Organization associated with the Ledger.

Query parameters

limitstring

Maximum number of events to return (default 20)

Maximum number of events to return (default 20)

cursorstring

Opaque pagination cursor

Opaque pagination cursor

sort_orderstring

Sort order: asc or desc (default desc)

Sort order: asc or desc (default desc)

actionstring

Filter by action

Filter by action

actorstring

Filter by actor

Filter by actor

outcomestring

Filter by outcome: success, failure, or already_exists

Filter by outcome: success, failure, or already_exists

start_datestring

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

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

end_datestring

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

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

Headers

X-Request-Idstring uuid

A unique identifier used to trace and track each request.

Authorizationstring

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>

Response

OK

limitinteger required
next_cursorstring
organization_idstring required
prev_cursorstring