---
title: "Get Exam Versions"
method: GET
path: "/teacher-exams/{exam_id}/versions"
tags: ["Teacher Exam Versions"]
---

# Get Exam Versions

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

Get all versions of an exam with author names populated.
Requires read access to the exam.

## Path parameters

- `exam_id` string, required

## Response `200`

Successful Response

- ExamVersionsListResponse — Response model for list of exam versions.
  - `versions` ExamVersionResponse[], required
    - `id` string, required
    - `exam_subject_title` string, required
    - `structured_exercises` unknown[], required
      - unknown
    - `author_name` string, required
    - `created_at` string, date-time, required
  - `current_version_id` string, required

## Other responses

- `422` — Validation Error

---

[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/86793aa823ea?raw)
