---
title: "List Custom Courses"
method: GET
path: "/demo-custom-course/list"
tags: ["Demo Custom Course"]
---

# List Custom Courses

`GET /demo-custom-course/list`

List all ephemeral custom courses for this session.

## Query parameters

- `session_id` string, required — Ephemeral session ID

## Response `200`

Successful Response

- RoutersDemoCustomCourseCustomCourseResponse[]
  - `id` string, required
  - `title` string, required
  - `content` RoutersDemoCustomCourseCustomCourseContent[], required
    - `content` string, required
    - `latex_content` string, required
    - `content_type` string, required
    - `order` integer, required
    - `created_at` string, date-time

## Other responses

- `422` — Validation Error

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-09-25** `a8ae0e0c0570` — 1 info
  - the `created_at` response's property default value changed from `2026-09-24T21:10:18.175078` to `2026-09-25T14:57:51.609360` for the status `200`
- **2026-09-24** `d367d251945b` — 1 info
  - the `created_at` response's property default value changed from `2026-09-23T20:42:23.970047` to `2026-09-24T21:10:18.175078` for the status `200`
- **2026-09-24** `957b18a69df8` — 1 info
  - the `created_at` response's property default value changed from `2026-09-22T17:22:42.772946` to `2026-09-23T20:42:23.970047` for the status `200`
- **2026-09-23** `b73d9bd491c3` — 1 info
  - the `created_at` response's property default value changed from `2026-09-22T12:37:08.292519` to `2026-09-22T17:22:42.772946` for the status `200`
- **2026-09-22** `05e048df94c6` — 1 info
  - the `created_at` response's property default value changed from `2026-09-21T16:21:58.218564` to `2026-09-22T12:37:08.292519` for the status `200`

[Full history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/demo-custom-course/list/get.md)

---

[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/a8ae0e0c0570?raw)
