---
title: "Get Conversation"
method: GET
path: "/snapshots/{snapshot_id}/chat/conversations/{conversation_id}"
tags: ["chat"]
---

# Get Conversation

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

Get all messages in a conversation, each with its artifacts.

## Path parameters

- `snapshot_id` string, required
- `conversation_id` string, required

## 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/491affc1d3e7?raw)
