---
title: "Get Teacher Course Detail"
method: GET
path: "/admin/teacher-courses/{course_id}"
tags: ["admin", "teacher-courses"]
---

# Get Teacher Course Detail

`GET /admin/teacher-courses/{course_id}`

Get detailed information about a specific teacher course.
Admin only.

## Path parameters

- `course_id` string, required

## Query parameters

- `include_raw_content` boolean — Include raw content blob

## Response `200`

Successful Response

- TeacherCourseDetail — Detailed information for a teacher course
  - `id` string, required
  - `teacher_id` string, required
  - `teacher_email` string, nullable
  - `title` string, required
  - `status` string, required
  - `is_teacher_course` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `has_raw_content` boolean, required
  - `has_units` boolean, required
  - `has_original_images` boolean, required
  - `unit_count` integer, required
  - `error_message` string, nullable
  - `warnings` string[], nullable
  - `processing_options` object, nullable
  - `original_image_paths` string[], required
  - `raw_content_blob` string, nullable
  - `units` object[], 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/8d495ed916c6/schema)
