---
title: "Get Assigned Courses"
method: GET
path: "/student/content/assigned-courses"
tags: ["Student Content"]
---

# Get Assigned Courses

`GET /student/content/assigned-courses`

Get all AI-generated courses assigned to the student through their classes.

Returns courses that are:
- Assigned to classes the student is linked to
- Visible to students (is_visible_to_students=True)
- Available (start_date is null or has passed)

## Response `200`

Successful Response

- StudentAssignedCourseResponse[]
  - `assignment_id` string, required
  - `course_id` string, required
  - `course_title` string, required
  - `teacher_name` string, required
  - `class_name` string, required
  - `class_school_year` string, nullable
  - `class_grade` string, nullable
  - `class_is_past` boolean
  - `assigned_at` string, date-time, required
  - `start_date` string, date-time, nullable
  - `instructions` string, nullable
  - `sharing_options` CourseComponentSharingOptions, required — Model for selective sharing options of course components. Defines what parts of a course are shared with students.
    - `include_content_units` boolean
    - `include_qcm_units` boolean
    - `include_flashcard_units` boolean
    - `include_global_flashcards` boolean
    - `include_knowledge_quiz` boolean
    - `excluded_unit_ids` string[]
  - `subject` string, nullable

---

[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/8d495ed916c6/schema)
