---
title: "List notifications"
method: GET
path: "/notifications"
---

# List notifications

`GET /notifications`

Returns mock notifications. This is a static mock endpoint for UI development.

## Response `200`

List of notifications

- Notification[]
  - `id` integer
  - `type` 'success' | 'info' | 'message' | 'warning'
  - `message` string
  - `time` string — Human-readable time ago (e.g. "2h", "5h", "1d")

---

[API](https://skmtc.net/developer-jutra/apis/tms-api.md) · [All operations](https://skmtc.net/developer-jutra/apis/tms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/developer-jutra/tms-api/versions/910f1e156fa1/schema)
