---
title: "Get Chapitre Progress Details"
method: GET
path: "/admin/progress-dashboard/chapitre/{chapitre_id}/progress-details"
tags: ["Admin - Progress Dashboard"]
---

# Get Chapitre Progress Details

`GET /admin/progress-dashboard/chapitre/{chapitre_id}/progress-details`

Get detailed progress information for all students in a specific chapter.

This endpoint provides a comprehensive view of student progress within a chapter,
including individual student completion rates and sub-chapter completion counts.

Args:
    chapitre_id: The ID of the chapter to get details for

Returns:
    ChapitreDetailResponse: Detailed progress information for all students in the chapter

## Path parameters

- `chapitre_id` string, required

## Response `200`

Successful Response

- ChapitreDetailResponse — Detailed progress response for a specific chapter.
  - `chapitre_id` string, required — Chapter ID
  - `chapitre_name` string, required — Chapter name
  - `students_progress` StudentProgressInChapitre[], required — List of student progress details
    - `student_id` string, required — Student ID
    - `student_name` string, required — Student full name
    - `sub_chapitres_completed_count` integer, required — Number of completed sub-chapters
    - `chapitre_progress_percentage` number, required — Progress percentage for this chapter
    - `exercises_passed_in_chapitre_count` integer, required — Number of exercises passed in this chapter

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