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

# List notifications

`GET /notifications`

Returns up to 100 notifications for the authenticated user.
Use `filter=Read` to fetch read items, omit to get unread items.

## Query parameters

- `filter` 'Read'

## Response `200`

Notifications retrieved successfully

- object
  - `done` boolean, required — Indicates if the operation was successful
  - `body` Notification[], nullable, required — Response data (type varies by endpoint, null if no data)
    - `id` string, uuid
    - `message` string
    - `created_at` string, date-time
    - `read` boolean
    - `team` string, nullable
    - `project` string, nullable
    - `project_id` string, uuid, nullable
    - `task_id` string, uuid, nullable
    - `team_id` string, uuid, nullable
    - `color` string, nullable
    - `team_color` string, nullable
    - `url` string, nullable
    - `params` object
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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