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

# List notifications

`GET /notifications`

Retrieves a collection of all notifications for the authenticated user. Returned notifications are sorted by ID in descending order.

## Query parameters

- `unreadOnly` boolean
- `imtZoneId` integer
- `pg[sortBy]` 'id'
- `pg[offset]` integer
- `pg[sortDir]` 'asc' | 'desc'
- `pg[limit]` integer

## Response `200`

Successful response

- object
  - `notifications` object[]
    - `id` string
    - `subject` string
    - `read` string, date-time
    - `created` string, date-time
    - `type` integer
  - `userUnreadNotifications` integer
  - `userZoneNotifications` object[]
    - `imtZoneId` integer
    - `unreadNotifications` integer
  - `pg` object
    - `last` string
    - `showLast` boolean
    - `sortBy` string
    - `sortDir` string
    - `limit` integer
    - `offset` integer

---

[API](https://skmtc.net/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.net/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/make/web-api-v2-public/versions/531769e6f813/schema)
