---
title: "Download Classe Exercises"
method: GET
path: "/admin/holiday-courses/classes/{classe_id}/download-exercises"
tags: ["Admin - Holiday Courses"]
---

# Download Classe Exercises

`GET /admin/holiday-courses/classes/{classe_id}/download-exercises`

Download all exercises for a holiday course classe as a Markdown file.

This endpoint aggregates all exercises from all chapters and sub-chapters
of the specified classe and returns them as a downloadable Markdown file.

Args:
    classe_id: The ID of the holiday course classe
    admin: Current admin user (authentication required)
    db: Database connection

Returns:
    StreamingResponse: Markdown file containing all exercises

Raises:
    HTTPException: If classe not found or other errors occur

## Path parameters

- `classe_id` string, required — The ID of the holiday course classe

## Response `200`

Successful Response

## 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/d367d251945b?raw)
