{% extends "base.html" %} {% block content %}

Usage Logs Export has completed

Export ID: {{ export_id }}


{% if status == 'success' %}
The exported logs information can be found at {{ exported_data_url }} and will remain accessible for {{ exported_data_expiration }} seconds before being deleted.
{% elif status == 'failed' %}
The attempt to export the logs in the specified range has failed. This operation will be retried up to 3 times. Please contact support if this problem persists.
{% elif status == 'timedout' %}
The attempt to export the logs in the specified range has timed out. Please contact support if this problem persists.
{% elif status == 'invalidrequest' %}
The attempt to export the logs failed due to an invalid request. Please contact support if this problem persists.
{% endif %}
If you did not initiate this operation, please delete this e-mail.
Best Wishes,
The {{ app_title }} Team
{% endblock %}