> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Describes how long log data is stored depending on your Auth0 plan.

# Log Data Retention

Your Auth0 log retention period depends on your subscription level.

<table class="table">
  <thead>
    <tr>
      <th><strong>Plan</strong></th>
      <th><strong>Log Retention</strong></th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Starter</td>
      <td>1 day</td>
    </tr>

    <tr>
      <td>B2C Essentials</td>
      <td>5 days</td>
    </tr>

    <tr>
      <td>B2C Professional</td>
      <td>10 days</td>
    </tr>

    <tr>
      <td>B2B Essentials</td>
      <td>5 days</td>
    </tr>

    <tr>
      <td>B2B Professional</td>
      <td>10 days</td>
    </tr>

    <tr>
      <td>Enterprise</td>
      <td>30 days</td>
    </tr>
  </tbody>
</table>

[Auth0 Support](https://support.auth0.com) can help you integrate with external logging services if you need to retain logs beyond your retention time. This approach is also useful for aggregating logs across your organization.

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Auth0 does not provide real-time logs for your tenant. While we do our best to index events as they arrive, you may see some delays.
</Callout>

In addition, you can use Auth0 log streaming to export log data. To learn more, navigate to [Log Streaming](https://marketplace.auth0.com/features/log-streaming) in Auth0 Marketplace.

## Learn more

* [Log Streams](/docs/customize/log-streams)
