---
title: "Get All Topics"
method: GET
path: "/admin/topics"
tags: ["admin"]
---

# Get All Topics

`GET /admin/topics`

Returns all topics in the DB.

## Response `200`

Successful Response

- TopicOut[]
  - `id` string, required
  - `title` string, required
  - `status` 'undetermined' | 'wrong' | 'to_edit' | 'ready'
  - `images_course` string[]
  - `images_exercise` string[]
  - `images_correction` string[]

---

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