---
title: "Get Topic Details"
method: GET
path: "/admin/topics/{topic_id}"
tags: ["admin"]
---

# Get Topic Details

`GET /admin/topics/{topic_id}`

Fetch full details of a topic for editing, including latex_*, images_*.
Only accessible by admin.

## Path parameters

- `topic_id` string, required

## Response `200`

Successful Response

- TopicDetail — Detailed topic info for editing.
  - `id` string, required
  - `title` string, required
  - `latex_course` string, nullable
  - `latex_exercise` string, nullable
  - `latex_correction` string, nullable
  - `images_course` string[]
  - `images_exercise` string[]
  - `images_correction` string[]
  - `status` 'undetermined' | 'wrong' | 'to_edit' | 'ready'

## 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)
