---
title: "GET /v1/notification-channels"
method: GET
path: "/v1/notification-channels"
tags: ["NotificationChannel"]
---

# GET /v1/notification-channels

`GET /v1/notification-channels`

## Query parameters

- `limit` number
- `page` number

## Headers

- `Authorization` string

## Response `200`

Returns a paginated list of notification channels

- NotificationChannelListOutput
  - `data` object[], required
    - `name` string, required
    - `type` 'email', required
    - `config` object, required
      - `addresses` string[], required
    - `isDefault` boolean, required
    - `id` string, uuid, required
    - `userId` string, uuid, required
    - `createdAt` unknown, required
    - `updatedAt` unknown, required
  - `pagination` object, required
    - `page` number, required
    - `limit` number, required
    - `total` number, required
    - `totalPages` number, required
    - `hasNextPage` boolean, required
    - `hasPreviousPage` boolean, required

## Other responses

- `400` — Validation error responded when some request parameters are invalid
- `401` — Unauthorized error responded when the user is not authenticated
- `403` — Forbidden error responded when the user is not authorized
- `500` — Internal server error, should probably be reported

---

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