---
title: "List notification settings"
method: GET
path: "/notification_settings"
tags: ["Notifications"]
---

# List notification settings

`GET /notification_settings`

List notification settings.

## Query parameters

- `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_profile_id` object
    - `eq` string — Filter by the id of a notification profile
  - `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
  - `status` object
    - `eq` 'enabled' | 'enable-received' | 'enable-pending' | 'enable-submtited' | 'delete-received' | 'delete-pending' | 'delete-submitted' | 'deleted' — The status of a notification setting
- `page[number]` integer
- `page[size]` integer

## Response `200`

Returns a list of notification settings.

- object
  - `data` NotificationSetting[]
    - `id` string — A UUID.
    - `notification_event_condition_id` string — A UUID reference to the associated Notification Event Condition.
    - `notification_profile_id` string — A UUID reference to the associated Notification Profile.
    - `associated_record_type` string
    - `associated_record_type_value` string
    - `status` 'enabled' | 'enable-received' | 'enable-pending' | 'enable-submtited' | 'delete-received' | 'delete-pending' | 'delete-submitted' | 'deleted' — Most preferences apply immediately; however, other may needs to propagate.
    - `notification_channel_id` string — A UUID reference to the associated Notification Channel.
    - `parameters` object[]
      - `name` string
      - `value` string
    - `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.
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` 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

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/versions/e32d46c5945b/schema)
