---
title: "Get Student Exam Exercises"
method: GET
path: "/student-exams/{exam_id}/exercises"
tags: ["student-exams"]
---

# Get Student Exam Exercises

`GET /student-exams/{exam_id}/exercises`

Get structured exercises for a student exam, with fallback to parsing unstructured content.

## Path parameters

- `exam_id` string, required

## Response `200`

Successful Response

- GetStructuredExercisesResponse
  - `status` string, required
  - `exercises` object[], 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/2a0c1636fd3b?raw)
