---
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
    - `channel_destination` string — The destination associated with the channel type.
    - `channel_type_id` 'sms' | 'voice' | 'email' | 'webhook' — A Channel Type ID
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `id` string — A UUID.
    - `notification_profile_id` string — A UUID reference to the associated Notification Profile.
    - `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

- **2026-08-17** `1571b0380bd7` — 4 breaking
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `400`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `404`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `422`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `500`
- **2026-08-04** `8f5f4e537994` — 8 breaking
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `400`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `404`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `422`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `500`
  - …4 more

[Change 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-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
