---
title: "GET /v1/notification-channels/{id}"
method: GET
path: "/v1/notification-channels/{id}"
tags: ["NotificationChannel"]
---

# GET /v1/notification-channels/{id}

`GET /v1/notification-channels/{id}`

## Path parameters

- `id` string, required

## Headers

- `Authorization` string

## Response `200`

Returns the requested notification channel by id

- NotificationChannelOutput
  - `data` object, required
    - `name` string, required
    - `type` 'email', required
    - `config` object, required
      - `addresses` string[], required
    - `isDefault` boolean, required
    - `id` string, uuid, required
    - `userId` string, uuid, required
    - `createdAt` unknown, required
    - `updatedAt` unknown, required

## Other responses

- `400` — Validation error responded when some request parameters are invalid
- `401` — Unauthorized error responded when the user is not authenticated
- `403` — Forbidden error responded when the user is not authorized
- `404` — Returns 404 if the notification channel is not found
- `500` — Internal server error, should probably be reported

## Changes

> 15 revisions in range; 1 could not be searched.

- **2025-08-15** `98dcb5dcb365` — 1 info
  - added the required property `data/isDefault` to the response with the `200` status
- **2025-06-09** `0cf433a0e3f0` — 1 info
  - endpoint added
- **2025-05-20** `657868531990` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/akash-network/apis/notificationsapi/changes/v1/notification-channels/:id/get.md)

---

[API](https://skmtc.dev/akash-network/apis/notificationsapi.md) · [All operations](https://skmtc.dev/akash-network/apis/notificationsapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/notificationsapi/revisions/7c10904298ba/schema)
