---
title: "List AI conversations"
method: GET
path: "/internal/ai-conversations"
tags: ["Others"]
---

# List AI conversations

`GET /internal/ai-conversations`

List AI conversations for the current user filtered by project

## Query parameters

- `projectId` string, required

## Response `200`

Successful response

- object
  - `conversations` object[], required
    - `id` string, required
    - `title` string, required
    - `projectId` string, required
    - `updatedAt` string, required

## Changes

- **2026-05-06** `e832ef1d24dc` — 1 info
  - endpoint added

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

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/76ec643d488e/schema)
