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

# List notifications

`GET /notifications`

List active or all notifications using bounded offset pagination

## Query parameters

- `scope` 'active' | 'all'
- `limit` integer
- `offset` integer

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseInternalHandlersNotificationsNotificationListResponse
  - `data` InternalHandlersNotificationsNotificationListResponse
    - `items` GithubComAlchemillahqSylveInternalDbModelsNotification[]
      - `body` string
      - `createdAt` string
      - `dismissedAt` string
      - `fingerprint` string
      - `firstOccurredAt` string
      - `id` integer
      - `kind` string
      - `lastOccurredAt` string
      - `metadata` object
      - `occurrenceCount` integer
      - `severity` 'info' | 'warning' | 'error' | 'critical'
      - `source` string
      - `title` string
      - `updatedAt` string
    - `total` integer
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/9822c41c8ac0/schema)
