---
title: "Returns the Request Auditor settings for the current organization.
Returns defaults if no settings have been saved."
method: GET
path: "/api/request-auditor/settings"
tags: ["RequestAuditorSettings"]
---

# Returns the Request Auditor settings for the current organization.
Returns defaults if no settings have been saved.

`GET /api/request-auditor/settings`

### Required Permissions

- **Global (At least 1 of the following):** Use Request Auditor, Manage Request Auditor Settings

## Response `200`

Settings retrieved successfully

- RequestAuditorSettingsModel
  - `enabled` boolean
  - `samplingRate` number, double
  - `triggerUserReviewThreshold` number, double
  - `logRetentionPeriodDays` integer

## Other responses

- `403` — Insufficient permissions. Requires either UseRequestAuditor or ManageRequestAuditorSettings, since the settings (e.g. the review score threshold) are needed to display the request log.

---

[API](https://skmtc.net/tonic/apis/textual-api.md) · [All operations](https://skmtc.net/tonic/apis/textual-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonic/textual-api/revisions/41da8739a690/schema)
