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

# List notifications

`GET /notifications`

Get paginated notifications for your organization, sorted by most recent first. Returns 100 notifications per page.

## Query parameters

- `page` integer

## Response `200`

Paginated list of notifications

- NotificationsResponse
  - `notifications` Notification[]
    - `id` string — Unique notification ID
    - `content` string — Notification message
    - `link` string, nullable — Optional link associated with the notification
    - `createdAt` string, date-time — When the notification was created
  - `total` integer — Total number of notifications
  - `page` integer — Current page number (0-indexed)
  - `limit` integer — Number of notifications per page (always 100)
  - `hasMore` boolean — Whether there are more pages available

---

[API](https://skmtc.net/postiz/apis/postiz-public-api.md) · [All operations](https://skmtc.net/postiz/apis/postiz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postiz/postiz-public-api/revisions/91e98b6af585/schema)
