---
title: "List notification channels"
method: GET
path: "/notification_channels"
tags: ["Notifications"]
---

# List notification channels

`GET /notification_channels`

Returns a paginated list of your notification channels, the destinations that receive notifications.

## Query parameters

- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page
- `filter` object
  - `associated_record_type` object
    - `eq` 'account' | 'phone_number' — Filter by the associated record type
  - `channel_type_id` object
    - `eq` 'webhook' | 'sms' | 'email' | 'voice' — Filter by the id of a channel type
  - `notification_channel` object
    - `eq` string — Filter by the id of a notification channel
  - `notification_event_condition_id` object
    - `eq` string — Filter by the id of a notification channel
  - `notification_profile_id` object
    - `eq` string — Filter by the id of a notification profile
  - `status` object
    - `eq` 'enabled' | 'enable-received' | 'enable-pending' | 'enable-submtited' | 'delete-received' | 'delete-pending' | 'delete-submitted' | 'deleted' — The status of a notification setting

## Response `200`

Returns a list of notification channels.

- object
  - `data` NotificationChannel[]
    - `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.
  - `meta` PaginationMeta
    - `page_number` integer
    - `page_size` integer
    - `total_pages` integer
    - `total_results` integer

## Other responses

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

## Changes

- **2026-08-17** `1571b0380bd7` — 3 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 `422`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `500`
- **2026-08-04** `8f5f4e537994` — 6 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 `422`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `500`
  - the `errors/items/source/pointer` response's property type/format changed from `string`/`json-pointer` to `string`/`` for status `400`
  - …2 more

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/notification_channels/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)
