---
title: "Get Stats by MSGID"
method: GET
path: "/v1/{sID}/email/stats"
tags: ["Email Stats"]
---

# Get Stats by MSGID

`GET /v1/{sID}/email/stats`

The email APIs in this section shows the different statuses of the emails sent within the specified date range.

The follwoing are the different statuses of the emails sent:

- **Accepted status** - A request is marked as ‘accepted’ once it gets validated successfully by Kaleyra.
    
- **Bounce status** - The email get bounce if the email account that you tried to send an email does not exist.
    
- **Delivered status** - When the email is delivered to the recipient’s mailbox through the service provider.
    
- **Blocked status** - When an email is being sent from an invalid sender domain (not registered).
    
- **Get summary stats** - To get a summary of the statuses of all the emails that are sent. You can specify a date range as a query parameter to obtain the statuses of the emails sent within the specified date range. You can also use 'pagination' for the result.

## Path parameters

- `sID` string, required

## Query parameters

- `start_date` string
- `end_date` string
- `page` string
- `limit` string

## Headers

- `api-key` string
- `Accept` string

## Response `200`

OK

- object

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
