---
title: "List Conversations"
method: GET
path: "/api/chat/conversations"
tags: ["chat"]
---

# List Conversations

`GET /api/chat/conversations`

List all conversations for a verified user.

Requires valid identity_token to identify the user.
Returns conversations sorted by most recently updated.

## Query parameters

- `product_id` string, required — Product ID
- `identity_token` string, required — JWT identity token

## Response `200`

Successful Response

- object

## 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/66e6366f8ef9?raw)
