---
title: "GetChannelNotificationEvents"
method: GET
path: "/channel/{channelId}/notification/{id}/events"
tags: ["Notifications"]
---

# GetChannelNotificationEvents

`GET /channel/{channelId}/notification/{id}/events`

Get notification events

## Path parameters

- `id` string, required
- `channelId` string, required

## Query parameters

- `type` string
- `pageToken` string

## Response `200`

Success-Response:

- object
  - `events` object[]
    - `notification` string
    - `type` string
    - `subscription` string
    - `date` string
  - `pageToken` string
  - `success` boolean, required

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/64ed799d2f1b/schema)
