# Activity Report

The „Activity report” tab allows you to track the sent messages’ statuses accurately and filter email logs by a particular status. This functionality provides a way to precisely monitor what events occur during the sending process and what responses you receive from the recipient servers.

1. After signing into your EmailLabs dashboard, find the left-hand menu.
2. Choose the **Reports tab > Activity Report**

### "Search" Section

In the **„Search”** section, you can explore the message logs based on different criteria.

<figure><img src="/files/SodzcQpzg7RPwwX1eRPU" alt="activity-report"><figcaption></figcaption></figure>

1. You can choose a specific time frame in which the messages were sent by selecting the dates in the “From” and “To” fields.
2. Choose the event type to see messages that received a certain status.
3. Enter the email’s identification number in the „Message-ID” field to look for a particular message.

{% hint style="info" %}
**Remember that the default status is always set to injected**
{% endhint %}

### "List" Section

In the **“List”** section, you can find the detailed records for the messages sent from a chosen subaccount.

<figure><img src="/files/lvGDbB8f2WlhPfVWyBPD" alt="list-section"><figcaption></figcaption></figure>

The “List” view contains some essential columns:

* **Date:** here, you can see when a message received its status.
* **Email:** here, you can see your recipient’s email address.
* **Message ID:** here, you can find the number by which your message can be identified.
* **Event:** Message status.
* **Account:** here, you will see which subaccount was used to send the message.
* **Actions:** by clicking „More”, you gain access to the detailed message log.

***

**How to put this into practice?**

| Parametr   | Description                                                                                   | Example                                         |
| ---------- | --------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| Date       | The exact date on which the system received the return message from the incoming mail server. | 2023-11-13 15:15:10                             |
| Email      | The email address to which the message was sent.                                              | <example@domain.com>                            |
| Message ID | The identification number of the message in question.                                         | 78f963a9f32521\@panel                           |
| Event      | Message status.                                                                               | ok, hardbounce, softbounce, dropped, spambounce |
| Account    | The account (user) from which the message was sent.                                           | 1.login.SMTP                                    |
| Actions    | Allows you to check the details of the message.                                               | Click 'more' to access additional information.  |


---

# 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.emaillabs.io/en/analytics-panel/reports/activity-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.
