---
title: "Transactional email stats"
method: GET
path: "/transactional/stats"
tags: ["Transactional emails"]
---

# Transactional email stats

`GET /transactional/stats`

Get statistics for transactional emails for the past 6 months.

## Response `200`

OK

- object
  - `stats` object
    - `open_rate` number
    - `click_rate` integer
    - `bounce_rate` integer
    - `count_injected` integer
    - `count_accepted` integer
    - `count_delivered` integer
    - `count_unique_rendered` integer
    - `count_rendered` integer
    - `count_clicked` integer
    - `count_unique_clicked` integer
    - `count_bounce` integer
    - `count_hard_bounce` integer
    - `count_soft_bounce` integer
    - `count_rejected` integer
    - `count_spam_complaint` integer

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
