---
title: "Get a notification channel"
method: GET
path: "/notification_channels/{id}"
tags: ["Notifications"]
---

# Get a notification channel

`GET /notification_channels/{id}`

Returns the details of a single notification channel by its identifier.

## Path parameters

- `id` string, uuid, required

## Response `200`

A Notification Channel response

- object
  - `data` NotificationChannel — A Notification Channel
    - `id` string — A UUID.
    - `notification_profile_id` string — A UUID reference to the associated Notification Profile.
    - `channel_type_id` 'sms' | 'voice' | 'email' | 'webhook' — A Channel Type ID
    - `channel_destination` string — The destination associated with the channel type.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `404` — The requested resource doesn't exist.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

## Changes

> 92 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 8 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `400`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `404`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `422`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `500`
  - …4 more
- **2026-08-17** `1571b0380bd7` — 4 breaking
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `400`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `404`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `422`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `500`
- …earlier changes not shown

[Full history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/notification_channels/:id/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/d8b8159753ee?raw)
