---
title: "GetChannelStatistics"
method: GET
path: "/channel/{id}/statistics"
tags: ["Channels"]
---

# GetChannelStatistics

`GET /channel/{id}/statistics`

Get channel statistics

## Path parameters

- `id` string, required

## Query parameters

- `startDate` string, required
- `endDate` string, required
- `aggregate` string

## Response `200`

Success-Response:

- object
  - `sent` number, required — <p>total sent count in channel</p>
  - `delivered` number, required — <p>total delivered count in channel</p>
  - `clicked` number, required — <p>total clicked count in channel</p>
  - `optIns` number, required — <p>total optIns count in channel</p>
  - `optOuts` number, required — <p>total optOuts count in channel</p>
  - `confirmAlerts` number, required — <p>total confirmAlerts count in channel</p>
  - `subscriptionsEndDate` number, required — <p>total subscriptionsEndDate count in channel</p>
  - `activeSubscriptionsEndDate` number, required — <p>total activeSubscriptionsEndDate count in channel</p>
  - `inactiveSubscriptionsEndDate` number, required — <p>total inactiveSubscriptionsEndDate count in channel</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)
