v5

latestOpenAPI 3.1.02026-08-025631,1012.8 MB
Organization Audit

Get Audit Settings

Get current audit configuration for the organization.

Returns the audit settings including whether read auditing is enabled. Requires ADMIN permission.

get/v1/organizations/audit/settings

Response

Successful Response

read_auditing_enabledboolean

When enabled, read operations (GET requests) are logged to the audit trail. This includes resource access like NAMESPACE_ACCESSED, BUCKET_ACCESSED, etc. Disabled by default to reduce audit log volume. Enable for compliance requirements that mandate tracking all resource access.

Example response

{
  "read_auditing_enabled": false
}