Audit Detail

Agent
{{ record.agent_name }}
Run ID
{{ record.run_id }}
Timestamp
{{ record.timestamp }}
Status
{% if record.success %} Success {% else %} Error {% endif %}
{% if record.trigger_type %}
Trigger
{{ record.trigger_type }}
{% endif %}
Tokens In
{{ record.tokens_in }}
Tokens Out
{{ record.tokens_out }}
Total Tokens
{{ record.total_tokens }}
Tool Calls
{{ record.tool_calls }}
Duration
{{ record.duration_ms }}ms
Prompt
{{ record.user_prompt }}
Output
{{ record.output }}
{% if record.error %}
Error
{{ record.error }}
{% endif %}