---
title: "Get review settings"
method: GET
path: "/api/v1/review-settings"
tags: ["reviews"]
---

# Get review settings

`GET /api/v1/review-settings`

## Query parameters

- `repo` string, required

## Response `200`

ReviewSettings

- ReviewSettingsEncoded
  - `repo` string, required
  - `billingOrgId` string, nullable, required
  - `heldByCaller` boolean, required
  - `autoReview` 'off' | 'once' | 'always', required
  - `postingThreshold` 'low' | 'medium' | 'high', required
  - `postInvestigate` boolean, required
  - `postNotes` boolean, required

## Other responses

- `401` — capy/Unauthorized
- `422` — capy/ReviewRefused

---

[API](https://skmtc.dev/capy/apis/capy-api.md) · [All operations](https://skmtc.dev/capy/apis/capy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/capy/capy-api/revisions/e9babb6783f3/schema)
