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

# Get Teacher Assignment Summary

`GET /teacher/assignments/{assignment_id}/summary`

Return lightweight assignment summary with exercise stubs.

## Path parameters

- `assignment_id` string, required

## Response `200`

Successful Response

- AssignmentSummaryResponse
  - `assignment` AssignmentInfo, required
    - `id` string, required
    - `title` string, required
    - `subject` 'maths' | 'physique-chimie'
    - `folder_id` string, nullable
    - `grade` 'sixieme' | 'cinquieme' | 'quatrieme' | 'troisieme' | 'seconde' | 'premiere' | 'terminale' | 'prepa', nullable
    - `school_year` string, nullable
    - `class_id` string, nullable
    - `class_ids` string[]
    - `class_name` string, nullable
    - `class_names` string[]
    - `teacher_id` string, nullable
    - `exercise_ids` string[], required
    - `status` 'draft' | 'active' | 'finished'
    - `start_date` string, date-time, nullable
    - `due_date` string, date-time, nullable
    - `class_schedules` AssignmentClassScheduleOut[]
      - `class_id` string, required
      - `class_name` string, required
      - `school_year` string, nullable
      - `is_past` boolean
      - `start_date` string, date-time, nullable
      - `due_date` string, date-time, nullable
    - `binary_grading` boolean
    - `randomize_order` boolean
    - `typing_enabled` boolean
    - `typed_work_allowed` boolean
    - `autonomy_mode` boolean
    - `autonomy_attempts_before_solution` integer
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `chat_policy` object
    - `chat_scoring_policy` object
    - `retry_policy` object
    - `justification_required` object
    - `partial_grade_percentage` number
    - `remediation_source_id` string, nullable
    - `remediation_source_title` string, nullable
    - `estimated_total_minutes` integer, nullable
    - `sharing_options` SharingOptions — Model for sharing configuration across folders, exams, and exercises
      - `shared_with_school` boolean
      - `shared_with` string[]
      - `read_only` boolean
    - `access` object, nullable
    - `teacher_name` string, nullable
    - `locked_by_sharing` boolean
    - `locked_by_teacher_names` string[]
    - `locked_by_me` boolean
    - `has_assigned_classes` boolean
  - `exercises` AssignmentExerciseStub[], required
    - `id` string, required
    - `order` integer, required
    - `source` 'teacher' | 'public' | 'calcul_template' | 'annale' | 'unknown'
    - `title` string, nullable
    - `original_id` string, nullable
    - `source_public_exercise_id` string, nullable
    - `source_annales_exercise_id` string, nullable
    - `estimated_minutes` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-14** `0a41d91c9d20` — 7 info
  - added the optional property `assignment/access` to the response with the `200` status
  - added the optional property `assignment/has_assigned_classes` to the response with the `200` status
  - added the optional property `assignment/locked_by_me` to the response with the `200` status
  - added the optional property `assignment/locked_by_sharing` to the response with the `200` status
  - …3 more
- **2026-09-05** `437cd8414e9e` — 2 info
  - added the optional property `assignment/estimated_total_minutes` to the response with the `200` status
  - added the optional property `exercises/items/estimated_minutes` to the response with the `200` status
- **2026-09-02** `8d495ed916c6` — 1 info
  - added the optional property `assignment/autonomy_attempts_before_solution` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/teacher/assignments/:assignment_id/summary/get.md)

---

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