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

# List notifications

`GET /notifications`

Recent notifications from the last 7 days.

## Headers

- `Authorization` string, required

## Response `200`

Notifications

- Notification[]
  - `id` integer
  - `title` string
  - `body` string
  - `severity` 'normal' | 'high'
  - `label` string
  - `read` boolean
  - `created_at` integer — Unix timestamp
  - `read_at` integer, nullable — Unix timestamp (null if unread)

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/3fc6a6f91b06/schema)
