---
title: "Get one conversation with its messages and proposals"
method: GET
path: "/ai/conversations/{id}"
tags: ["AI"]
---

# Get one conversation with its messages and proposals

`GET /ai/conversations/{id}`

## Path parameters

- `id` integer, required

## Response `200`

The conversation.

## Other responses

- `404` — Conversation not found.

---

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