---
title: "List the notification targets a feature can address"
method: GET
path: "/rest/api/v1/projects/{projectId}/notificationChannels"
tags: ["News API"]
---

# List the notification targets a feature can address

`GET /rest/api/v1/projects/{projectId}/notificationChannels`

Derived from the notification channel features of the project, nothing here is stored. Use featureId and an optional recipient key to fill notificationTargets on a feature.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `accountId` string, uuid

## Response `200`

OK

- NotificationChannelDTO[]
  - `accountId` string, uuid — Set when level is ACCOUNT
  - `channelType` 'TELEGRAM' | 'WEBHOOK' — Which channel this is
  - `displayName` string — Label for the picker
  - `featureId` string, uuid — Id of the channel feature instance, the value for NotificationTargetDTO.featureId
  - `level` string — Where the channel is attached: PROJECT or ACCOUNT
  - `recipients` NotificationRecipientDTO[] — Addressable recipients. Empty means the channel has exactly one destination.
    - `displayName` string — Label for the picker
    - `key` string — The value to store in NotificationTargetDTO.recipient

## Changes

- **2026-08-30** `69d2d39c695e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/metacopier/apis/metacopier-api/changes/rest/api/v1/projects/:projectId/notificationChannels/get.md)

---

[API](https://skmtc.dev/metacopier/apis/metacopier-api.md) · [All operations](https://skmtc.dev/metacopier/apis/metacopier-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/metacopier/metacopier-api/revisions/69d2d39c695e/schema)
