---
title: "Load Statistics"
method: GET
path: "/statistics"
tags: ["Statistics"]
---

# Load Statistics

`GET /statistics`

Returns basic statistics. Required Access Level: ViewReports

## Query parameters

- `from` string, date-time, required — string
- `to` string, date-time, nullable — string

## Response `200`

OK

- LogStatusSummary — Summary of log status
  - `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)
