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

# Get Custom Course Chat History

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

Fetch the conversation history for a custom course.

## Path parameters

- `course_id` string, required

## Response `200`

Successful Response

- RoutersCustomCoursesChatHistoryResponse
  - `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/2a0c1636fd3b?raw)
