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

# Get Notifications

`GET /Notifications`

**Auth:** Authenticated - any signed-in user.

Get Notifications for the current user. Supports paging, sorting, and filtering.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Got Notifications

- GetNotificationsResponse
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `notifications` Notification[]
    - `id` integer
    - `recipient` string, nullable
    - `sender` string, nullable
    - `subject` string, nullable
    - `body` string, nullable
    - `link` string, nullable
    - `isNotification` boolean
    - `email` boolean
    - `sent` string, date-time, nullable
    - `dismissed` boolean
    - `interruptionLevel` 0 | 1 | 2 | 3

## Other responses

- `400` — An Error Occurred - Could not get notifications
- `401` — Unauthorized - User not found

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
