---
title: "Get Assignment Progress Summary"
method: GET
path: "/teacher/progress/assignment/{assignment_id}/summary"
tags: ["Teacher Progress"]
---

# Get Assignment Progress Summary

`GET /teacher/progress/assignment/{assignment_id}/summary`

Get aggregated progress statistics for a course assignment, for every
class or for one of them (`class_id`).

## Path parameters

- `assignment_id` string, required — ID of the TeacherCourseAssignment

## Query parameters

- `class_id` string, nullable — Restrict the results to one of the assignment's classes (decision D7). Omit for every class.

## Response `200`

Successful Response

- CourseAssignmentProgressSummary — Summary statistics for a course assignment.
  - `assignment_id` string, required
  - `course_title` string, required
  - `class_name` string, required
  - `total_students_assigned` integer, required
  - `students_started` integer, required
  - `students_completed` integer, required
  - `average_percentage_completed` number, required
  - `average_time_spent_seconds` integer, required
  - `most_difficult_units` object[], required
  - `most_difficult_flashcards` string[], 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/8d495ed916c6/schema)
