---
title: "Get Unread Count"
method: GET
path: "/api/v3/notifications/users/{user_id}/unread-count"
tags: ["Notifications"]
---

# Get Unread Count

`GET /api/v3/notifications/users/{user_id}/unread-count`

Get count of unread notifications for badge display.

## Path parameters

- `user_id` integer, required

## Response `200`

Request fulfilled, document follows

- NotificationUnreadCountResponse
  - `count` integer, required

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api/revisions/6db12055b305/schema)
