---
title: "Get Session Chat History"
method: GET
path: "/session/{session_id}/chat-history"
tags: ["session"]
---

# Get Session Chat History

`GET /session/{session_id}/chat-history`

Returns the conversation_history for a given session, in a frontend-friendly format.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- RoutersUsSessionChatHistoryResponse — Chat history response model.
  - `session_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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/437cd8414e9e/schema)
