---
title: "List My Notifications"
method: GET
path: "/api/v1/notifications"
tags: ["notifications"]
---

# List My Notifications

`GET /api/v1/notifications`

One keyset page of the caller's notifications, newest first.

## Query parameters

- `limit` integer
- `cursor` string, nullable — Opaque; from `next_cursor`.

## Response `200`

Successful Response

- NotificationPage — A keyset page of notifications. Keyset, not offset: notifications arrive while the user pages, and OFFSET would duplicate or skip rows as they do.
  - `items` NotificationRead[], required
    - `id` string, uuid, required
    - `type` string, required
    - `title` string, required
    - `body` string, required
    - `created_at` string, date-time, required
    - `read_at` string, date-time, nullable, required
    - `actor_user_id` string, uuid, nullable, required
    - `actor_name` string, required
    - `entity_id` string, uuid, nullable, required
    - `row_key` string, nullable, required
    - `comment_id` string, uuid, nullable, required
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

## Changes

> 15 revisions in range; 1 not diffed.

- **2026-09-02** `fce7f38ccba8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/netter/apis/dmi-backend/changes/api/v1/notifications/get.md)

---

[API](https://skmtc.dev/netter/apis/dmi-backend.md) · [All operations](https://skmtc.dev/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/307ede8c429b/schema)
