---
title: "GetSubscriptionNotificationEvents"
method: GET
path: "/channel/{channelId}/subscription/notification-events"
tags: ["Subscriptions"]
---

# GetSubscriptionNotificationEvents

`GET /channel/{channelId}/subscription/notification-events`

Get subscription notification events

## Path parameters

- `channelId` string, required

## Query parameters

- `subscriptionId` string, required
- `notificationId` string
- `type` string
- `limit` string
- `pageToken` string
- `fields` string[]

## Response `200`

Success-Response:

- object
  - `events` object[], required — <p>List of notification events.</p>
    - `subscriptionId` string, required — <p>The subscription ID.</p>
    - `notificationId` string, required — <p>The notification ID.</p>
    - `type` string, required — <p>The event type (e.g. 'delivered', 'clicked').</p>
    - `payload` string, required — <p>The event payload (may be null).</p>
    - `date` string, required — <p>ISO 8601 timestamp of the event.</p>
  - `pageToken` string — <p>Pagination token for the next page. Only present when more results are available.</p>

---

[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/c2dffd898fd9/schema)
