Skip to main content
GET
List this Project's audit log (control-plane only)

Authorizations

Authorization
string
header
required

Developer Platform Project credential, minted via POST /api/v1/projects/{projectId}/credentials. Send as Authorization: Bearer <keyId>.<secret>. Optionally pair with the x-persona-external-user-id header to act on behalf of one of the Project's own external users. This credential is a server-side secret — see the Integration Guide.

Query Parameters

page
integer
limit
integer
eventType
string

Optional exact-match filter, e.g. "credential.created".

Response

200

{ items: AuditLogEntry[], pagination: { total, page, limit, pages } }