---
title: "Count unread notifications"
method: GET
path: "/notifications/unread/count"
---

# Count unread notifications

`GET /notifications/unread/count`

Returns the count of unread notifications for a user. Supports filtering by category and topic.

## Query parameters

- `category` string
- `topic` string

## Response `200`

OK

- CountResponse
  - `count` integer, required — The count of notifications matching the query.

---

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