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

# Get Classe

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

Get a single holiday course classe by ID.
Only accessible by admin users.

## Path parameters

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

## Response `200`

Successful Response

- ClasseResponse — Response model for holiday course classe
  - `id` string, required
  - `name` string, required
  - `order` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/437cd8414e9e/schema)
