---
title: "Get Shared Assignment Info"
method: GET
path: "/teacher/assignments/shared/{share_token}"
tags: ["teacher_assignments"]
---

# Get Shared Assignment Info

`GET /teacher/assignments/shared/{share_token}`

Get information about a shared assignment from its share token.

## Path parameters

- `share_token` string, required

## Response `200`

Successful Response

- SharedAssignmentInfo
  - `assignment_id` string, required
  - `title` string, required
  - `teacher_name` string, required
  - `exercise_count` integer, required
  - `created_at` string, date-time, required
  - `share_token` string, required

## 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/ef67479ed898/schema)
