---
title: "Get email account stats"
method: GET
path: "/v3/email-accounts/{id}/stats"
tags: ["Email Accounts"]
---

# Get email account stats

`GET /v3/email-accounts/{id}/stats`

<Warning>
  **Coming soon.** This endpoint will be available by late July 2026.
</Warning>

<small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>

Returns sending statistics for a single email account.

## Path parameters

- `id` integer, required

## Response `200`

Email account stats

- object
  - `id` integer, required — Email account ID
  - `emailsSentToday` integer, required — Number of emails sent today from this account
  - `totalEmailsSent` integer, required — Total number of emails sent from this account
  - `dailySendingLimit` integer, required — Maximum number of emails that can be sent per day

## Other responses

- `400` — Invalid email account ID
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view email account stats
- `404` — Email account not found
- `429` — Too Many Requests

---

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