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

Audit Logs

History of API and MCP accesses by agents.

← Back to Dashboard
{% for log in logs %} {% endfor %} {% if not logs %} {% endif %}
Time Agent Scope / Action IP Address
{{ log.timestamp }} {{ log.agent_name }} {% if 'FORBIDDEN' in log.scope %} {{ log.scope }} {% else %} {{ log.scope }} {% endif %} {{ log.ip_address }}
No logs available
{% endblock %}