---
title: "List Conversations"
method: GET
path: "/snapshots/{snapshot_id}/chat/conversations"
tags: ["chat"]
---

# List Conversations

`GET /snapshots/{snapshot_id}/chat/conversations`

List live conversations for a snapshot, pinned first.

Title comes from `chat_conversations.title` when set, otherwise the
excerpt of the first user message, matching pre-016 behaviour.
Soft-deleted conversations are excluded. The `chat_messages` scan stays
bounded by offset/limit so a runaway history cannot pull an unbounded
result set.

## Path parameters

- `snapshot_id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/d1694e41a8a1?raw)
