---
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` 'info' | 'task_created' | 'workspace_created' | 'task_status_changed' | 'task_assignee_changed' | 'time_entry_created', required
  - `isRead` boolean
  - `resourceId` string
  - `resourceType` 'task' | 'workspace'
  - `createdAt` unknown, required

## Changes

- **2026-01-11** `f6c7baa36924` — 3 breaking, 2 warning, 3 info
  - the response property `items/isRead` became optional for the status `200`
  - the response property `items/resourceId` became optional for the status `200`
  - the response property `items/resourceType` became optional for the status `200`
  - added the new `task` enum value to the `items/resourceType` response property for the response status `200`
  - …4 more
- **2025-12-14** `38f83a691e6a` — 2 breaking, 8 warning
  - the `items/resourceType/anyOf[subschema #1]/` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `items/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the new `info` enum value to the `items/type` response property for the response status `200`
  - added the new `task` enum value to the `items/resourceType/anyOf[subschema #1]/` response property for the response status `200`
  - …6 more
- **2025-12-11** `93b231773126` — 1 breaking, 9 info
  - the `items/` response's property type/format changed from ``/`` 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/15fac753c45f/schema)
