---
title: "Get Exercise Type Details"
method: GET
path: "/admin/assignment-metrics/exercise-type-details"
tags: ["admin_assignment_metrics"]
---

# Get Exercise Type Details

`GET /admin/assignment-metrics/exercise-type-details`

Get detailed exercise list filtered by type.

## Query parameters

- `year` integer
- `month` integer
- `exercise_type` string, required — Filter by type: Cours, Calcul, or Reflexion
- `school_id` string, nullable — Filter by school/établissement

## Response `200`

Successful Response

- ExerciseTypeDetailItem[]
  - `exercise_id` string, required
  - `title` string, nullable, required
  - `source_type` string, required
  - `assignment_count` integer, 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/c407f3b5a05b/schema)
