---
title: "Load Channel Stats"
method: GET
path: "/statistics/channels/{name}"
tags: ["Statistics"]
---

# Load Channel Stats

`GET /statistics/channels/{name}`

Retrieve an existing channel stats. Required Access Level: ViewChannels

## Path parameters

- `name` string, string, required — string

## Response `200`

OK

- ChannelLogStatusSummary — Summary of channel log status
  - `ChannelName` string, string — Channel name
  - `Recipients` integer — Number of recipients
  - `EmailTotal` integer — Number of emails
  - `SmsTotal` integer — Number of SMS
  - `Delivered` integer — Number of delivered messages
  - `Bounced` integer — Number of bounced messages
  - `InProgress` integer — Number of messages in progress
  - `Opened` integer — Number of opened messages
  - `Clicked` integer — Number of clicked messages
  - `Unsubscribed` integer — Number of unsubscribed messages
  - `Complaints` integer — Number of complaint messages
  - `Inbound` integer — Number of inbound messages
  - `ManualCancel` integer — Number of manually cancelled messages
  - `NotDelivered` integer — Number of messages flagged with 'Not Delivered'

---

[API](https://skmtc.net/elasticemail/apis/megamail-api.md) · [All operations](https://skmtc.net/elasticemail/apis/megamail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elasticemail/megamail-api/versions/1a0ebb83f676/schema)
