List audit-log entries scoped to the caller's tenant.
This is the self-service sibling of /v1/admin/audit-logs. The tenant_id filter is pinned to the authenticated tenant at the SQL layer — a client cannot widen…
GET
This is the self-service sibling of
/v1/admin/audit-logs. The
tenant_id filter is pinned to the authenticated tenant at the SQL
layer — a client cannot widen their view by passing a different
tenant_id query param; it simply isn’t accepted. Useful when an
agent needs to answer ‘what did I do in the last hour’ without
reaching for platform admin credentials.
Path parameters
string
required
Tenant id (must match the authenticated tenant)
Query parameters
integer (int32)
Page number (1-indexed)
integer (int32)
Items per page (max 100)
string
Filter by event type
string
Filter by resource type
string
Filter by actor email
Response
object
object[]
required
The items on this page
object
required
Pagination metadata