List audit events for an organization
Returns audit events stored as organizations.audit events on the
platform topic. Filterable by category, action, and date range.
Requires observability:read permission scoped to the path
orgSlug. Rate-limited to 100 calls per minute.
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Organization slug.
64^[a-zA-Z0-9_-]+$Query Parameters
Filter by category.
member, role, org, sso, quota, apikey, auth 32Filter by action (created, updated, deleted, etc.).
32ISO start (default last 7 days).
64ISO end (default now).
64Max results (default 50).
Page number (default 1).