---
title: "Get Conversation Detail"
method: GET
path: "/api/user/conversations/{conversation_id}"
tags: ["user"]
---

# Get Conversation Detail

`GET /api/user/conversations/{conversation_id}`

Get details for a specific conversation.

Verifies the user owns the conversation before returning details.

## Path parameters

- `conversation_id` string, required

## Query parameters

- `product_id` string, required — Product ID

## Headers

- `authorization` string, required — Bearer <identity_token>

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/dafdd6b267c4?raw)
