---
title: "List document reviews"
method: GET
path: "/document/review"
tags: ["Document"]
deprecated: true
---

# List document reviews

`GET /document/review`

> **Deprecated.**

Retrieve a list of document reviews

## Query parameters

- `brain_id` string, uuid

## Response `200`

- DocumentReviewDetail[]
  - `active_reading_model` 'gpt-3.5-turbo' | 'claude-3-haiku' | 'mixtral'
  - `brain_id` string, uuid
  - `created_on` integer
  - `doc_review_id` string, uuid
  - `document_id` string, uuid
  - `final_review_model` 'gpt-3.5-turbo' | 'gpt-4' | 'claude-instant-1' | 'claude-2' | 'claude-3-haiku' | 'claude-3-sonnet' | 'claude-3-opus' | 'mixtral' | 'mistral-small' | 'mistral-medium' | 'mistral-large'
  - `id` integer
  - `prompt` string
  - `review` string
  - `title` string

---

[API](https://skmtc.dev/byteleaphq/apis/athena-copy.md) · [All operations](https://skmtc.dev/byteleaphq/apis/athena-copy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteleaphq/athena-copy/revisions/4eb764a8d0ce/schema)
