---
title: "Get Assigned Course Flashcards"
method: GET
path: "/student/content/assigned-courses/{course_id}/flashcards"
tags: ["Student Content"]
---

# Get Assigned Course Flashcards

`GET /student/content/assigned-courses/{course_id}/flashcards`

Get all flashcards for a specific assigned course.

Verifies that the student has access to the course before returning flashcards.
Respects the teacher's sharing options for flashcards.

## Path parameters

- `course_id` string, required

## Response `200`

Successful Response

- Flashcard[]
  - `_id` string
  - `course_id` string, required
  - `unit_id` string, nullable
  - `user_id` string, required
  - `front` string, required
  - `back` string, required
  - `revision_type` 'unit' | 'course_global', nullable
  - `created_at` string, date-time

## 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.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
