---
title: "List notification recipients"
method: GET
path: "/api/v1/deployments/{deploymentId}/notifications/{id}/recipients"
tags: ["Notifications"]
---

# List notification recipients

`GET /api/v1/deployments/{deploymentId}/notifications/{id}/recipients`

## Path parameters

- `deploymentId` integer, required
- `id` integer, required

## Query parameters

- `after` string, nullable
- `first` integer, nullable

## Response `200`

- NotificationRecipientsListResponse
  - `items` NotificationRecipient[], required
    - `channelId` string, nullable
    - `channelName` string, nullable
    - `email` string, nullable
    - `embedTenantName` string, nullable
    - `embedUserId` integer, nullable
    - `externalId` string, nullable
    - `type` 'USER' | 'EMBED_USER' | 'SLACK', required
    - `userId` integer, nullable
    - `username` string, nullable
  - `pageInfo` PageInfo
    - `endCursor` string, nullable
    - `hasNextPage` boolean, required
    - `hasPreviousPage` boolean, required
    - `startCursor` string, nullable

## Changes

- **2026-08-27** `97e151460143` — 1 breaking, 1 warning, 4 info
  - for the `query` request parameter `first`, the type/format of property `oneOf[subschema #1]/` was specialized from `string`/`` to `integer`/``
  - for the `query` request parameter `after`, the type/format of property `oneOf[subschema #1]/` was changed from `integer`/`` to `string`/``
  - `query` request parameter `after` list-of-types was widened by adding types `null`
  - `query` request parameter `first` list-of-types was widened by adding types `null`
  - …2 more
- **2026-07-31** `a0c6b1d2ac96` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api/changes/api/v1/deployments/:deploymentId/notifications/:id/recipients/get.md)

---

[API](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api.md) · [All operations](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cube-js/cube-cloud-rest-api/revisions/97e151460143/schema)
