Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Export Claude Code session and analytics data in JSON, CSV, or Markdown formats. Supports exporting sessions, events, costs, and analytics for external analysis or reporting. Use for data backup or integration.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 41% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-09 | ✓→✗ | ▼ Worse | -57% | 0% |
| case-21 | ✓→✗ | ▼ Worse | -46% | 0% |
| case-20 | ✓→✗ | ▼ Worse | -49% | 0% |
Export Agent Monitor data in various formats.
The user provides: $ARGUMENTS
This may be:
http://localhost:4820:GET /api/sessions?limit=1000GET /api/events?limit=5000GET /api/analyticsGET /api/pricing/costGET /api/settings/export### JSON Format Pretty-printed JSON with metadata header: json { "export": { "source": "Claude Code Agent Monitor", "exported_at": "2025-04-11T12:00:00Z", "filters": { "type": "sessions", "range": "last 7 days" }, "count": 42 }, "data": [...] }
### CSV Format Standard CSV with headers, proper quoting, and ISO timestamps: id,name,status,model,started_at,ended_at,duration_minutes,cost_usd
### Markdown Format Human-readable tables with summary statistics: markdown # Agent Monitor Export — Sessions (Last 7 Days) | ID | Name | Status | Model | Duration | Cost | |... **Total: 42 sessions, $12.34 cost**
Deliver the exported data in the requested format. Always include:
Other measured skills in the registry, with their headline benchmark lift.