Overview
Export your agent’s tool call history as CSV or JSON for compliance auditing, incident investigation, or external analysis.Creating an export
- Go to Settings → Audit Logs.
- Select a date range.
- Choose format: JSON or CSV.
- Click Export.
Export fields
| Field | Description |
|---|---|
timestamp | When the tool call started (ISO 8601). |
completed_at | When it completed. |
agent_id | Agent UUID. |
agent_name | Human-readable agent name. |
tool_name | Tool that was called (e.g., exec, gmail, write). |
params_summary | Sanitized parameters (truncated, no secrets). |
exec_status | success, error, or blocked. |
policy_result | allowed, blocked, or confirm_required. |
summary | One-line description of what happened. |
duration_ms | Execution time in milliseconds. |
Downloading
Completed exports show a Download link. Links are signed URLs valid for 1 hour.Export history
All exports are listed with their status, row count, and creation date. You can re-download past exports from the history list.Data retention
Exports follow your plan’s trace retention policy:- Team: 90 days of trace data available for export.
- Enterprise: Custom retention (up to 365 days).