---
title: "Get Chat History"
method: GET
path: "/demo-homework-helper/chat-history"
tags: ["Demo Homework Helper"]
---

# Get Chat History

`GET /demo-homework-helper/chat-history`

Fetch the conversation history for all exercises in the demo session.

## Query parameters

- `session_id` string, required — Demo session ID

## Response `200`

Successful Response

- RoutersDemoHomeworkHelperChatHistoryResponse[]
  - `exercise_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/86793aa823ea?raw)
