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

# Poll session notifications

`GET /notifications`

Long-polls for session notifications. Blocks for up to 60 seconds waiting for notifications.
Requires attachNotificationHandler=true when creating session.

## Response `200`

Notifications received

- object
  - `notifications` SessionNotification[]
    - `code` integer
    - `subCode` integer
    - `object` object

## Other responses

- `401` — Access denied
- `408` — Timeout - no notifications within 60 seconds

---

[API](https://skmtc.net/netxms/apis/netxms-rest-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-rest-api/versions/5743b9619c90/schema)
