> ## Documentation Index
> Fetch the complete documentation index at: https://sendmux.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard and logs

> Monitor sending activity, filter delivery logs, and export log data.

Use the dashboard for a quick health view. Use delivery logs when you need to inspect specific messages.

## Dashboard

The dashboard shows 24-hour cards for:

* Total emails.
* Successful emails.
* Failed emails.
* Pending emails.

Each card includes recent movement and a compact trend chart. The page refreshes while the tab is active so externally written activity appears without a manual reload.

## Delivery logs

Delivery logs show message-level activity for the selected team.

| Column   | Meaning                                     |
| -------- | ------------------------------------------- |
| ID       | Sendmux message or log identifier.          |
| Date     | When the log entry was created.             |
| From     | Sender address.                             |
| To       | Recipient address.                          |
| Subject  | Message subject.                            |
| Status   | `pending`, `sent`, `failed`, or `rejected`. |
| Provider | Provider used for the attempt.              |
| Attempts | Number of delivery attempts recorded.       |

## Filter logs

The default date range starts 7 days back. You can filter by:

* Email address or message ID.
* Status.
* Provider.
* From and to dates. A date-only end date includes activity throughout the selected day.
* Page size: 25, 50, or 100 rows.

## Export logs

Use **Export CSV** to export logs with the current filters applied. Formula-like
values are written as text when you open the file in a spreadsheet. This is
useful for support reviews, billing reconciliation, and one-off analysis.

## API access

Use the Management API to read email metrics, list logs, and fetch one log by ID from your own dashboards.

<Card title="Management API" icon="book-open" href="/docs/api/introduction">
  Open the generated Emails endpoint reference.
</Card>

## Related guides

<Columns cols={2}>
  <Card title="Deliverability" icon="shield-check" href="/docs/guides/deliverability">
    Watch bounce, complaint, and provider health signals.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/docs/guides/webhooks-setup">
    Receive delivery and inbound events.
  </Card>

  <Card title="Sending errors" icon="triangle-alert" href="/docs/sending-api/errors">
    Handle send failures in API clients.
  </Card>
</Columns>
