---
title: "Get Assignment Share Usage"
method: GET
path: "/teacher/assignments/{assignment_id}/share-usage"
tags: ["teacher_assignments"]
---

# Get Assignment Share Usage

`GET /teacher/assignments/{assignment_id}/share-usage`

## Path parameters

- `assignment_id` string, required

## Response `200`

Successful Response

- ShareUsageResponse — The OTHER teachers with classes on this devoir and where they stand — what the un-share and delete warnings enumerate.
  - `usages` ShareUsageLine[], required
    - `teacher_name` string, required
    - `status` 'scheduled' | 'active' | 'finished', required

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-14** `0a41d91c9d20` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/teacher/assignments/:assignment_id/share-usage/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/d367d251945b?raw)
