---
title: "List all Notifications Profiles"
method: GET
path: "/notification_profiles"
tags: ["Notifications"]
---

# List all Notifications Profiles

`GET /notification_profiles`

Returns a list of your notifications profiles.

## Query parameters

- `page[number]` integer
- `page[size]` integer

## Response `200`

Returns a list of notification profiles.

- object
  - `data` NotificationProfile[]
    - `id` string — A UUID.
    - `name` string — A human readable name.
    - `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/revisions/e32d46c5945b/schema)
