{% if logs %} {% for log in logs %} {% endfor %}
Time (UTC) Format User Model Provider Status Duration Detail
{{ log.timestamp }} {{ log.client_format or "-" }}{% if log.streamed %} (stream){% endif %} {{ log.client_key_label or (("key #" ~ log.client_key_id) if log.client_key_id else "—") }} {{ log.model or "-" }} {{ log.provider_id or "-" }} {% if log.status and log.status < 400 %} {{ log.status }} {% else %} {{ log.status or "-" }} {% endif %} {% if log.duration_ms is not none %}{{ log.duration_ms }} ms{% else %}-{% endif %} JSON

Showing {{ logs | length }} of {{ total }} (page {{ page }}/{{ total_pages }}, max {{ retention_max }} kept).

{% if offset > 0 %} {% endif %} {% if offset + limit < total %} {% endif %}
{% else %}

No request logs captured yet.

{% endif %}