Skip to main content

List the organization's security audit log

GET 

/api/v1/organizations/current/audit-log

Read-only, newest-first view of the org's append-only audit log.

Admin/owner only — the same audience as the 2FA dashboard. Actors that are users in this org are resolved to email/name for display; the response is field-whitelisted (the typed AuditMetadata carries no credentials, and raw the database object ids are never returned). Backed by the (organization_id, occurred_at desc) index.

  • API-key scope required: members:read.

Request

Responses

Successful Response