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

# Monitoring & API logs

> Track SMS submissions and API activity from the Beem Dashboard.

You can review SMS traffic and API activity from the Beem Dashboard without building a separate logging pipeline.

***

## SMS records on the portal

<Steps>
  <Step title="Sign in">
    Log in at [login.beem.africa](https://login.beem.africa/).
  </Step>

  <Step title="Open SMS reports">
    Navigate to **SMS → Reports** (or **SMS History**) to view sent messages, delivery status, and timestamps.
  </Step>

  <Step title="Filter and export">
    Use date range, Sender ID, and status filters to locate specific submissions. Export options may be available depending on your account configuration.
  </Step>
</Steps>

***

## Correlating with API requests

When you send via the API, store the `request_id` returned in the Send SMS response. Use that value with [Get delivery reports](/guides/sms/delivery-reports) and match it against portal records for troubleshooting.

***

## Related

* [Sending flow](/guides/sms/sending-flow) — end-to-end send and DLR polling
* [Delivery reports](/guides/sms/delivery-reports) — programmatic delivery status
