Openapi
Return a cursor-capable page of redacted organization audit event summaries. Restricted details and sensitive metadata are never returned.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuidapplication/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/audit-events?actorIds=example&actorKinds=example&categories=example&correlationId=123&cursor=example&direction=example&eventTypes=example&from=example&offset=example&outcomes=example&pageSize=example&search=example&sources=example&targetId=123&targetType=example&to=example"{ "items": [ { "actor": { "displayName": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "kind": "user" }, "category": "authentication", "correlationId": "string", "eventType": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "occurredAt": "2019-08-24T14:15:22Z", "outcome": "success", "source": "saas", "summary": "string", "target": { "displayName": "string", "id": "string", "type": "string" } } ], "nextCursor": "string", "total": 0}