---
title: "Get Unread Count"
method: GET
path: "/api/v1/notifications/unread-count"
tags: ["notifications"]
---

# Get Unread Count

`GET /api/v1/notifications/unread-count`

Get count of unread notification events for current user.

Target performance: <50ms p95 (SC-014).

Args:
    workflow_id: Optional workflow filter

## Query parameters

- `workflow_id` string, uuid, nullable

## Headers

- `unstructured-api-key` string, nullable

## Response `200`

Successful Response

- UnreadCountResponse — Response for unread count query.
  - `unread_count` integer, required — Number of unread events

## Other responses

- `422` — Validation Error

---

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