---
title: "Get Demo Custom Course Chat History"
method: GET
path: "/demo-custom-course/{course_id}/chat-history"
tags: ["Demo Custom Course"]
---

# Get Demo Custom Course Chat History

`GET /demo-custom-course/{course_id}/chat-history`

Fetch the conversation history for a demo custom course.

## Path parameters

- `course_id` string, required

## Query parameters

- `session_id` string, required — Demo session ID

## Response `200`

Successful Response

- RoutersDemoCustomCourseChatHistoryResponse
  - `course_id` string, required
  - `conversation_history` object[]

## 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/c81ed506912f?raw)
