---
title: "Get unread notification count"
method: GET
path: "/notifications/unread-count"
tags: ["Notifications"]
---

# Get unread notification count

`GET /notifications/unread-count`

Returns a combined unread count of notifications and pending invitations.

## Response `200`

Unread count retrieved successfully

- object
  - `done` boolean, required — Indicates if the operation was successful
  - `body` integer, nullable, required — Response data (type varies by endpoint, null if no data)
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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