---
title: "GetChannelNotificationHourlyStatistics"
method: GET
path: "/channel/{channelId}/notification/{id}/hourly-statistics"
tags: ["Notifications"]
---

# GetChannelNotificationHourlyStatistics

`GET /channel/{channelId}/notification/{id}/hourly-statistics`

Get hourly notification statistics

## Path parameters

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

## Response `200`

Success-Response:

- object
  - `statistics` object[]
    - `notification` string
    - `date` string
    - `hour` number
    - `clicked` number
  - `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)
