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

# Get Assignment Student Progress List

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

Get a list of students with their summary progress for a course
assignment, for every class or for one of them (`class_id`). Each row
names the class it is counted under.

## 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

- StudentProgressListItem[]
  - `student` StudentDetails, required — Basic student information.
    - `student_id` string, required
    - `full_name` string, nullable, required
    - `email` string, required
  - `class_id` string, nullable
  - `class_name` string, nullable
  - `status` string, required
  - `percentage_completed` number, required
  - `total_time_spent_seconds` integer, required
  - `last_accessed_at` string, date-time, nullable, required
  - `started_at` string, date-time, nullable, required
  - `completed_at` string, date-time, nullable, required
  - `units_viewed` integer, required
  - `total_units` integer, required
  - `revision_sessions_count` integer, required
  - `revision_flashcards_known_count` integer
  - `revision_flashcards_unknown_count` integer
  - `revision_flashcards_unknown_ids` string[]

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