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

# List Notifications

`GET /notifications`

List user's notifications with pagination.

## Query parameters

- `page` integer
- `page_size` integer
- `unread_only` boolean

## Response `200`

Successful Response

- NotificationListResponse
  - `notifications` NotificationResponse[], required
    - `id` string, uuid, required
    - `type` string, required
    - `title` string, required
    - `body` string, nullable
    - `data` object, nullable
    - `read` boolean, required
    - `read_at` string, nullable
    - `created_at` string, required
  - `total` integer, required
  - `unread_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
