---
title: "List Notifications"
method: GET
path: "/me/notifications"
tags: ["me"]
---

# List Notifications

`GET /me/notifications`

List notifications for the calling user (newest first) with the
unread-count for the bell badge.

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- NotificationsListResponse
  - `items` NotificationResponse[], required
    - `id` string, required
    - `kind` 'index_complete' | 'index_failed' | 'reindex_complete' | 'reindex_failed' | 'prose_complete' | 'low_credit' | 'stale_decision' | 'security_findings' | 'security_new_cves' | 'security_secret_rotation' | 'engineering_hotspot_drift' | 'engineering_bus_factor' | 'engineering_health_decline' | 'payment_failed' | 'subscription_on_hold', required
    - `payload` object
    - `read_at` string, date-time, nullable
    - `created_at` string, date-time, required
  - `unread_count` integer, required

## Other responses

- `422` — Validation Error

---

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