---
title: "Get unread chats count per user"
method: GET
path: "/chatActivities/unread"
tags: ["chatActivities"]
---

# Get unread chats count per user

`GET /chatActivities/unread`

## Query parameters

- `assignee` string
- `limit` number

## Response `200`

ChatActivityUnreadCount

- ChatActivityUnreadResponse — Represents a summary count of unread chat activities for a user, rather than a full chat activity record. It is used to power unread message badges or indicators showing how many chat conversations still need attention.
  - `count` number — Count of unread chat activities

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope

---

[API](https://skmtc.net/lumahealth/apis/rest-service.md) · [All operations](https://skmtc.net/lumahealth/apis/rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lumahealth/rest-service/revisions/d3c75c2a2f1d/schema)
