> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/clients/general/mailing-log-tab.md).

# Mailing Log tab

On this tab, you can view a list of messages sent to a client email and export this data to a CSV or XLSX file.

**ID**

The email identifier.

***

**Active queue ID**

The identifier of a queue in which an email is included.

***

**Email**

The client email address.

***

**Subject**

The email subject.

***

**Attempt date**

The date and time when the most recent attempt to send an email was made.

***

**Status**

The email delivery status: `IN PROGRESS`, `FAIL`, or `SUCCESS`.

***

**Reason**

The reason why an email delivery failed.

To export the email data to a CSV or XLSX file, click the **Export** button located in the upper-right corner of the screen. You can download the file to your computer or send it to the email address specified in your profile.

To view a complete list of emails sent to all clients, switch to the [mailing log](/back-office-guide/mailing/system.md#log) by navigating to **Mailing** > **System** > **Log**.


---

# 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.b2core.b2broker.com/back-office-guide/clients/general/mailing-log-tab.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.
