---
title: "List All Notifications"
method: GET
path: "/agent/notifications/all"
tags: ["Agent User"]
---

# List All Notifications

`GET /agent/notifications/all`

## Response `200`

Successful Response

- AgentNotification[]
  - `id` string, uuid
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `agent_user_id` string, uuid, required — The ID of the user who received the notification.
  - `message` string, required — The content of the notification.
  - `is_read` boolean — Boolean to indicate if the notification has been read.
  - `notification_type` string, required — The type of the notification, e.g., 'conversation', 'alert'.
  - `conversation_id` string, uuid — The ID of the conversation related to the notification.

---

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