API ReferenceAdmin Audit
Audit Events Stream
GET
/v1/admin/audit/eventsLive SSE feed of new audit entries for the resolved tenant.
Subscribers are keyed by idp_admin_id at the pubsub layer; the per-event
tenant_id filter below keeps the stream scoped to the selected
tenant. Capability is checked here (the tenant resolver bound the member's
capabilities); owners always pass.
Query Parameters
token?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/admin/audit/events"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}