---
title: "Get Conversation History"
method: GET
path: "/api/chat/conversations/{conversation_id}/history"
tags: ["chat"]
---

# Get Conversation History

`GET /api/chat/conversations/{conversation_id}/history`

Get message history for a conversation.

Fetches the stored messages from the LangGraph checkpointer.
Requires valid identity_token to verify user owns the conversation.

## Path parameters

- `conversation_id` string, required

## Query parameters

- `product_id` string, required — Product ID
- `identity_token` string, required — JWT identity token

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/66e6366f8ef9?raw)
