---
title: "List all Notifications Events"
method: GET
path: "/notification_events"
tags: ["Notifications"]
---

# List all Notifications Events

`GET /notification_events`

Returns a list of your notifications events.

## Query parameters

- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page

## Response `200`

Returns a list of notification events available.

- object
  - `data` NotificationEvent[]
    - `id` string — A UUID.
    - `name` string — A human readable name.
    - `notification_category` string
    - `enabled` boolean
    - `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
    - `total_results` integer
    - `page_number` integer
    - `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

## Changes

> 82 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 6 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 `422`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `500`
  - the `errors/items/source/pointer` response's property format changed from `json-pointer` to no format for status `400`
  - …2 more
- **2026-08-17** `1571b0380bd7` — 3 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 `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_events/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/16bfa298dc71?raw)
