---
title: "Get Chat History"
method: GET
path: "/my-courses/chat-history"
tags: ["My Courses"]
---

# Get Chat History

`GET /my-courses/chat-history`

Fetch the conversation history for all courses.
Uses cursor iteration to prevent memory leaks from loading all documents.

## Response `200`

Successful Response

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

---

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