---
title: "Get Teacher Exam Detail"
method: GET
path: "/admin/teacher-exams/{exam_id}"
tags: ["Admin Teacher Exams"]
---

# Get Teacher Exam Detail

`GET /admin/teacher-exams/{exam_id}`

Get detailed information about a specific teacher exam.

## Path parameters

- `exam_id` string, required

## Response `200`

Successful Response

- AdminTeacherExamDetail — Detailed teacher exam for admin view.
  - `id` string, required
  - `teacher_id` string, required
  - `teacher_name` string, required
  - `teacher_email` string, required
  - `exam_subject_title` string, required
  - `exam_subject_images` string[], required
  - `correction_images` string[], required
  - `custom_grading_instructions` string, nullable
  - `structured_exercises` ExamExercise[], required
    - `id` integer, required
    - `title` string, required
    - `content` string, required
    - `solution` string, nullable
    - `points` number
    - `figure_id` string, nullable
    - `solution_figure_id` string, nullable
    - `figure_content` string, nullable
    - `figure_solution` string, nullable
    - `preamble` string, nullable
    - `estimated_minutes` integer, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-15** `2a0c1636fd3b` — 1 info
  - added the optional property `structured_exercises/items/estimated_minutes` to the response with the `200` status
- **2026-09-09** `a5af9b3b34f7` — 1 info
  - added the optional property `structured_exercises/items/preamble` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/admin/teacher-exams/:exam_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)
