---
title: "Retrieves a list of notifications"
method: GET
path: "/api/admin/notifications"
tags: ["Notifications"]
---

# Retrieves a list of notifications

`GET /api/admin/notifications`

**Enterprise feature**

A user may get relevant notifications from the projects they are a member of

## Response `200`

notificationsSchema

- object[] — A list of [notifications](https://docs.getunleash.io/api/get-notifications)
  - `id` number, required — The id of this notification
  - `message` string, required — The actual notification message
  - `link` string, required — The link to change request or feature flag the notification refers to
  - `notificationType` 'change-request' | 'toggle', required — The type of the notification used e.g. for the graphical hints
  - `createdBy` object, required
    - `username` string, nullable — The name of the user who triggered the notification
    - `imageUrl` string, nullable — The avatar url of the user who triggered the notification
  - `createdAt` string, date-time, required — The date and time when the notification was created
  - `readAt` string, date-time, nullable, required — The date and time when the notification was read or marked as read, otherwise `null`

---

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