---
title: "List notification channels"
method: GET
path: "/v1/notification-channels"
tags: ["Notification Channels"]
---

# List notification channels

`GET /v1/notification-channels`

Retrieve a list of all notification channels configured on the server.

## Response `200`

Notification channels retrieved successfully

- NotificationChannel[]
  - `name` string — Channel name
  - `description` string — Channel description
  - `driverName` string — Notification driver name
  - `configuration` string — Driver-specific configuration
  - `driverInitialized` boolean — Whether the driver was initialized successfully
  - `needSubject` boolean — Whether the driver requires a subject field
  - `needRecipient` boolean — Whether the driver requires a recipient field
  - `errorMessage` string — Last error message
  - `sendStatus` integer — Last send status code
  - `healthCheckStatus` boolean — Health check status
  - `lastMessageTime` string — Timestamp of last sent message
  - `messageCount` integer — Total messages sent
  - `failureCount` integer — Total send failures
  - `digestedCount` integer — Total messages absorbed into digest
  - `queueSize` integer — Current message queue size
  - `providedByChatBot` boolean — Whether the channel is provided by a chat bot (such channels cannot be modified, renamed, or deleted)

## Other responses

- `403` — Access denied

---

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