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

# List notifications

`GET /notifications`

## Response `default`

Error

- NotificationDto[]
  - `id` string, nullable
  - `kind` string, nullable
  - `title` string, nullable
  - `body` string, nullable
  - `viewed` boolean
  - `timestamp` string, date-time
  - `metadata` Metadata
    - `aiProviderId` string, nullable
    - `sourceId` string, nullable
    - `botId` string, nullable
    - `rawAiError` string, nullable

---

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