---
title: "Get Admin Notifications"
method: GET
path: "/cabinet/admin/tickets/notifications"
tags: ["Cabinet Admin Ticket Notifications"]
---

# Get Admin Notifications

`GET /cabinet/admin/tickets/notifications`

Get ticket notifications for admins.

## Query parameters

- `unread_only` boolean — Only return unread notifications
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- TicketNotificationListResponse — List of ticket notifications.
  - `items` TicketNotificationResponse[], required
    - `id` integer, required
    - `ticket_id` integer, required
    - `notification_type` string, required
    - `message` string, nullable
    - `is_read` boolean, required
    - `created_at` string, date-time, required
    - `read_at` string, date-time, nullable
  - `unread_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
