---
title: "Get AI conversation"
method: GET
path: "/internal/ai-conversations/{conversationId}"
tags: ["Others"]
---

# Get AI conversation

`GET /internal/ai-conversations/{conversationId}`

Fetch a single AI conversation with all its messages

## Path parameters

- `conversationId` string, required

## Response `200`

Successful response

- object
  - `id` string, required
  - `title` string, required
  - `projectId` string, required
  - `messages` object[], required
    - `id` string, required
    - `role` string, required
    - `content` object, required

## Changes

- **2026-05-06** `7fcc5cbc3884` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api/changes/internal/ai-conversations/:conversationId/get.md)

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/hexclave/apis/hexclave-rest-api/revisions/6294e88626cb?raw)
