---
title: "Get Dashboard Overview"
method: GET
path: "/admin/progress-dashboard/overview"
tags: ["Admin - Progress Dashboard"]
---

# Get Dashboard Overview

`GET /admin/progress-dashboard/overview`

Get comprehensive dashboard overview with global and chapter-level statistics
for the Holiday Course (Cahier de Vacances) system.

This endpoint uses MongoDB aggregation pipelines to efficiently calculate:
- Global statistics (total active students, completed sub-chapters, completion rate)
- Chapter-level statistics (students started, average progress, difficult sub-chapters)

## Response `200`

Successful Response

- DashboardResponse — Complete dashboard response with global and chapter-level statistics.
  - `global_stats` GlobalStats, required — Global statistics for the holiday course.
    - `total_active_students` integer, required — Total number of active students
    - `total_sub_chapitres_completed` integer, required — Total number of completed sub-chapters
    - `average_completion_rate` number, required — Average completion rate percentage
    - `total_exercises_attempted` integer, required — Total number of exercises attempted across all students
    - `total_exercises_passed` integer, required — Total number of exercises passed across all students
    - `overall_exercise_pass_rate` number, required — Overall exercise pass rate percentage
  - `chapitres_overview` ChapitreStats[], required
    - `chapitre_id` string, required — Chapter ID
    - `chapitre_name` string, required — Chapter name
    - `students_started` integer, required — Number of students who started this chapter
    - `average_progress_percentage` number, required — Average progress percentage for this chapter
    - `most_difficult_sub_chapitre` object, nullable — Most difficult sub-chapter with failure rate

---

[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)
