---
title: "Get unread count"
method: GET
path: "/inbox/unread-count/{userId}"
tags: ["inbox"]
---

# Get unread count

`GET /inbox/unread-count/{userId}`

Get the count of unread inbox messages for a user

## Path parameters

- `userId` string, required

## Response `200`

Unread count retrieved successfully

- UnreadCountResponseDto
  - `user_id` string, required — User ID
  - `total_inbox` number, required — Total inbox count
  - `unread_count` number, required — Unread inbox count
  - `read_count` number, required — Read inbox count

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
