# Email performance reporting with the Verify API

You can get details about your email performance through the [Reporting API](https://developers.messagebird.com/api/reporting/).

These are the statuses you will be able to see:

| **Status Type**  | **Description**                                                                                            |
| ---------------- | ---------------------------------------------------------------------------------------------------------- |
| pending          | The message has been sent to an email provider.                                                            |
| accepted         | The message has been accepted by the email provider.                                                       |
| sent             | The remote mail transfer agent acknowledged a message.                                                     |
| opened           | The recipient has opened the email. This only works for HTML content.                                      |
| clicked          | The recipient clicked a tracked link in the email. It only works for HTML content with HREF-defined links. |
| bounce           | The remote mail transfer agent has rejected the email.                                                     |
| spam\_complaint  | The message has been classified as spam by the recipient.                                                  |
| out\_of\_bounded | The message has not been delivered to the recipient.                                                       |
| delayed          | The remote mail transfer agent rejected the email temporarily.                                             |
| received         | The message has been received from the sender.                                                             |


---

# Agent Instructions: 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.bird.com/connectivity-platform/getting-started/email-performance-reporting-with-the-verify-api.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.
