Skip to main content
GET
Query Audit Events
Returns audit events for the authenticated tenant. Filter by actor, action, resource type, or time range.

Parameters

string
Filter by user or API key ID
string
Filter by action (e.g., attestation.mint)
string
Filter by resource type (attestation, issuer, user)
datetime
Start of time range (ISO 8601)
datetime
End of time range (ISO 8601)
integer
Max events to return (default 50)

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Query Parameters

actor_id
string
action
string
resource_type
string
from
string<date-time>
to
string<date-time>
limit
integer
default:50

Response

200 - application/json

Audit events

items
object[]
next_cursor
string