> For the complete documentation index, see [llms.txt](https://docs.messageflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.messageflow.com/email/e-mail-api/analytics/bounce-report.md).

# Bounce report

This tab is key for monitoring deliverability issues. It allows for a detailed analysis of the dynamics and types of bounces (undelivered messages), dividing them into permanent (Hardbounce), temporary (Softbounce), and spam-related (Spambounce) errors.

### Search Filters

This section allows you to filter data by:

* **Date range:** Allows you to select the analysis period.
* **SMTP Accounts**
* **Recipient domains**
* **Sender:** Option to filter by **Sender Domains** or **Sender Addresses**.

<figure><img src="/files/3Vu7oc9vzMr3SiNGC5OS" alt=""><figcaption></figcaption></figure>

### Analysis and dynamics of email bounces

The report presents data in several formats:

* **BOUNCED tile:** Displays the total number of bounces along with the percentage change compared to the previous, selected period.
* **Pie chart:** Shows the percentage breakdown of bounces into three categories. Hovering over it reveals detailed data for Hardbounce, Spambounce, and Softbounce (including count, percentage change, and percentage share of all bounces).
* **Line chart:** Shows the dynamics of the three bounce categories over time (hourly, daily, monthly). Hovering over the chart displays a breakdown of softbounce, hardbounce, and spambounce counts at that point in time.

<figure><img src="/files/ndsd4e81tjbiUyOzHUjT" alt=""><figcaption></figcaption></figure>

### Bounce category definitions

* **Hardbounce:** A permanent delivery error; the email address does not exist, the domain is incorrect, or the mailbox has been deleted.
* **Softbounce:** A temporary problem with delivery (e.g., recipient's mailbox is full).
* **Spambounce:** The message was rejected because the recipient's server classified it as spam or blocked it due to local anti-spam policy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.messageflow.com/email/e-mail-api/analytics/bounce-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
