---
title: "Get Conversations With Users"
method: GET
path: "/chat/conversations-with-users/{user_id}"
tags: ["chat", "chat"]
---

# Get Conversations With Users

`GET /chat/conversations-with-users/{user_id}`

Get all conversations for a user with full user details included.
Optimized with eager loading to avoid N+1 queries.

`unread_only=true` (used by NotificationBell) pre-filters to just the
conversations with unread messages BEFORE the expensive per-conversation
enrichment. For a heavy inbox (1000+ conversations) loading the whole list
just to count notifications was ~2.5s; unread-only is typically a handful.

## Path parameters

- `user_id` string, required

## Query parameters

- `unread_only` boolean

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
