---
title: "Get Class Recent Assignment Performance"
method: GET
path: "/teacher/analytics/class/{class_id}/recent-assignments"
tags: ["teacher_analytics"]
---

# Get Class Recent Assignment Performance

`GET /teacher/analytics/class/{class_id}/recent-assignments`

Get student performance across the most recent assignments for a class.
Returns assignment summaries and per-student scores with trend analysis.

## Path parameters

- `class_id` string, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- RecentAssignmentsResponse
  - `assignments` AssignmentSummary[], required
    - `id` string, required
    - `title` string, required
    - `start_date` string, date-time, nullable
    - `due_date` string, date-time, nullable
    - `completed_count` integer
    - `total_students` integer
    - `average_score` number, nullable
  - `students` StudentRecentPerformance[], required
    - `student_id` string, required
    - `student_name` string, required
    - `scores` StudentAssignmentScore[], required
      - `assignment_id` string, required
      - `score` number, nullable
    - `average_score` number, nullable
    - `completed_count` integer, required
    - `trend` string, nullable

## 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/2a0c1636fd3b?raw)
