---
title: "Get Chat History"
method: GET
path: "/courses/{topic_name}/chat-history"
tags: ["Courses"]
---

# Get Chat History

`GET /courses/{topic_name}/chat-history`

Fetch the conversation history for a course topic.

## Path parameters

- `topic_name` string, required

## Response `200`

Successful Response

- RoutersCoursesRoutesChatHistoryResponse
  - `topic_name` 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)
