---
title: "Get Audit Settings"
method: GET
path: "/v1/organizations/audit/settings"
tags: ["Organization Audit"]
---

# Get Audit Settings

`GET /v1/organizations/audit/settings`

Get current audit configuration for the organization.

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

## Response `200`

Successful Response

- AuditSettings — Organization audit configuration. Controls audit logging behavior for the organization. Allows enabling read access auditing for compliance requirements.
  - `read_auditing_enabled` boolean — 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.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/versions/220a3b263fda/schema)
