# Export Email Logs

The **Export Email Logs** feature allows admins to download a detailed record of all outgoing emails or platform-triggered notifications sent to a specific user. This export supports transparency, audit tracking, and debugging of a user-specific communication events.

To export the data:

1. In the dashboard, open **Users** - **User Details**.
2. Click on **Export** icon in the **Email Logs** section.
3. A modal will show up to confirm the export.
4. A CSV file containing up to **10,000 users** will be downloaded according to the filter, sort, and search.

{% hint style="info" %}
If your user count exceeds 10,000, please apply filters before exporting or use API-based access for advanced needs.
{% endhint %}

| Export Key    | Description                                                                                   |
| ------------- | --------------------------------------------------------------------------------------------- |
| **EmailType** | The type or category of the email sent (e.g., `Payout`, `Welcome`, `Verification`).           |
| **UserName**  | The name of the user receiving the email (first name and last name).                          |
| **UserEmail** | The email address of the user.                                                                |
| **AccountID** | The `TradingAccounts.Login` ID tied to the event or account referenced in the email.          |
| **Timestamp** | The UTC time when the email was sent or logged. Format: `YYYY-MM-DD HH:mm:ss`.                |
| **Logs**      | The full content of the email or system message. May include raw text or JSON-formatted data. |
