---
title: "Get Assignment Details"
method: GET
path: "/student-assignments/{assignment_id}/details"
tags: ["student_assignments"]
---

# Get Assignment Details

`GET /student-assignments/{assignment_id}/details`

Get specific details of an assignment needed during an exercise session.
Currently returns the chat_policy, retry_policy, and due_date.

## Path parameters

- `assignment_id` string, required

## Response `200`

Successful Response

- AssignmentDetailsResponse
  - `assignment_id` string, required
  - `title` string, nullable
  - `start_date` string, date-time, nullable
  - `class_name` string, nullable
  - `due_date` string, date-time, nullable
  - `is_overdue` boolean
  - `typing_enabled` boolean
  - `typed_work_allowed` boolean
  - `autonomy_mode` boolean
  - `autonomy_attempts_before_solution` integer
  - `chat_policy` object
  - `chat_scoring_policy` object
  - `retry_policy` object
  - `justification_required` object
  - `partial_grade_percentage` number

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `8d495ed916c6` — 1 info
  - added the optional property `autonomy_attempts_before_solution` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/student-assignments/:assignment_id/details/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)
