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

# GET /notification

`GET /notification`

Get all notifications for the current user

## Response `200`

List of notifications

- object[]
  - `id` string, required
  - `userId` string, required
  - `title` string, required
  - `content` string, required
  - `type` string, required
  - `isRead` boolean, required
  - `resourceId` string, required
  - `resourceType` string, required
  - `createdAt` unknown, required

## Changes

- **2025-12-11** `93b231773126` — 1 breaking, 9 info
  - the `items/` response's property type changed from no type to `object` for status `200`
  - added the required property `items/content` to the response with the `200` status
  - added the required property `items/createdAt` to the response with the `200` status
  - added the required property `items/id` to the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/notification/get.md)

---

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