---
title: "GET /"
method: GET
path: "/"
deprecated: true
---

# GET /

`GET /`

> **Deprecated.**

Deprecated alias for `GET /notifications`.

## Query parameters

- `offset` integer
- `limit` integer
- `orderField` union — One or more "field,direction" pairs, given as a single string or an array of strings.
  - string
  - string[]
- `topic` string
- `search` string
- `read` 'true' | 'false'
- `saved` 'true' | 'false'
- `createdAfter` string
- `minimumSeverity` 'critical' | 'high' | 'normal' | 'low'

## Response `200`

A page of notifications for the current user.

- ListNotificationsResponse
  - `totalCount` integer, required
  - `notifications` Notification[], required
    - `id` string, required — Unique identifier for the notification.
    - `user` string, nullable, required — User entity reference, or null for broadcast notifications.
    - `created` string, date-time, required
    - `saved` string, date-time, nullable
    - `read` string, date-time, nullable
    - `updated` string, date-time, nullable
    - `origin` string, required — Origin of the notification (the sender's reference).
    - `payload` NotificationResponsePayload, required — Response variant of NotificationPayload. Optional string fields may be returned as null when unset.
      - `title` string, required
      - `description` string, nullable
      - `link` string, nullable
      - `severity` 'critical' | 'high' | 'normal' | 'low'
      - `topic` string, nullable
      - `scope` string, nullable
      - `icon` string, nullable
      - `metadata` object

## Other responses

- `default` — An error response from the backend.

---

[API](https://skmtc.dev/backstage/apis/notifications.md) · [All operations](https://skmtc.dev/backstage/apis/notifications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/backstage/notifications/revisions/a6a1f260951b/schema)
