---
title: "Get email stats"
method: GET
path: "/v4/account/email_stats"
tags: ["Accounts"]
---

# Get email stats

`GET /v4/account/email_stats`

Returns account-level email performance for the last 90 days: `sent`, `opened`, and `clicked` counts plus open, click, unsubscribe, and bounce rates, with the exact reporting window in `starting`/`ending` (`email_stats_mode` is `last_90`).

The `open_tracking_enabled` and `click_tracking_enabled` flags indicate whether tracking is switched on for the account — open and click rates are only meaningful while tracking is enabled. For subscriber-growth metrics over a custom date range, use [Get growth stats](/api-reference/accounts/get-growth-stats); for per-broadcast performance, use [Get stats for a broadcast](/api-reference/broadcasts/get-stats-for-a-broadcast).

## Response `200`

Returns your email stats for the last 90 days

- object
  - `stats` object, required
    - `sent` integer, required
    - `clicked` integer, required
    - `opened` integer, required
    - `email_stats_mode` string, required
    - `open_tracking_enabled` boolean, required
    - `click_tracking_enabled` boolean, required
    - `starting` string, required
    - `ending` string, required
    - `open_rate` number, float
    - `click_rate` number, float
    - `unsubscribe_rate` number, float
    - `bounce_rate` number, float

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated

---

[API](https://skmtc.net/kit/apis/kit-api.md) · [All operations](https://skmtc.net/kit/apis/kit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kit/kit-api/revisions/0df0c90d12da/schema)
