---
title: "Get Review Request Detail"
method: GET
path: "/teacher/assignments/{assignment_id}/review-requests/{request_id}"
tags: ["teacher_assignments"]
---

# Get Review Request Detail

`GET /teacher/assignments/{assignment_id}/review-requests/{request_id}`

## Path parameters

- `assignment_id` string, required
- `request_id` string, required

## Response `200`

Successful Response

- ReviewRequestDetailResponse
  - `request` ReviewRequestDetailInfo, required
    - `id` string, required
    - `status` 'pending' | 'resolved' | 'canceled', required
    - `original_correctness` 'correct' | 'partial' | 'wrong' | 'not_applicable', required
    - `original_feedback` string, required
    - `student_note` string, nullable
    - `student_note_category` 'Appréciation trop stricte' | 'Schéma mal interprété' | 'Raisonnement mal compris' | 'Texte mal retranscrit', nullable
    - `resolution_action` 'corrected' | 'marked_partial' | 'dismissed', nullable
    - `resolution_note` string, nullable
    - `resolved_correctness` 'correct' | 'partial', nullable
    - `resolved_feedback` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `resolved_at` string, date-time, nullable
  - `exercise` AssignmentExerciseStub, required
    - `id` string, required
    - `order` integer, required
    - `source` 'teacher' | 'public' | 'calcul_template' | 'annale' | 'unknown'
    - `title` string, nullable
    - `original_id` string, nullable
    - `source_public_exercise_id` string, nullable
    - `source_annales_exercise_id` string, nullable
    - `estimated_minutes` integer, nullable
  - `submission_attempts` object[], required
  - `flagged_attempt_index` integer, required
  - `flagged_attempt` object, required
  - `flagged_solution_blocks` object[], required
  - `official_exercise` object, nullable
  - `session_id` string, required
  - `student_id` string, required
  - `student_name` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-05** `437cd8414e9e` — 1 info
  - added the optional property `exercise/estimated_minutes` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/teacher/assignments/:assignment_id/review-requests/:request_id/get.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
