More Updates
- paper is now paperctl — and installs no longer need sudoJul 23, 2026
- See models in session tableJul 23, 2026
- Every session shows its outcomesJul 17, 2026
- paperctl sessions in the CLIJul 14, 2026
- Export your session dataJul 11, 2026
- Delete sessions from the consoleJul 10, 2026
- Insights dashboard for spend and session healthJun 30, 2026
- Turn dead tokens into skillsJun 26, 2026
- paper now works with CodexJun 23, 2026
- Richer session detailsJun 16, 2026
- Changelog goes liveJun 10, 2026
- paperctl CLI is now in alphaJun 09, 2026
Export your session data
Your sessions are yours to take with you. Export any single session, or the last 30 days as a bundle, as full-fidelity JSONL.
In paper console, an Export button now sits on every session detail page.
Click it and the session downloads as a dated JSONL file
(session-<id>-<date>.jsonl): one JSON record per line, nested with trace and
span granularity, the same shape tapes stores.
Need more than one? The sessions list has an Export last 30 days control
that bundles every session from the past 30 days into a single
sessions-last-30-days-<date>.jsonl download.
Sessions
Total Spend
$4.60 avg
Tokens Used
477.96M in / 1.57M out
Agent Time
8m avg
Tool Calls
17 avg
Success Rate
131/137 complete
Session | Status | Name | User | Turns | Cost | Started |
|---|---|---|---|---|---|---|
| a3f8c21d | Running | wire outcome detector into cursor cache ~/code/papercomputeco/console | brian(You) | 42 | $18.40 | 12m ago |
| d91b04ee | Completed | fix flaky export-sessions test ~/code/papercomputeco/tapes | maya | 11 | $2.10 | 1h ago |
| 7c25e9ba | Completed | migrate span search to direct reads ~/code/papercomputeco/tapes | brian(You) | 67 | $31.75 | 3h ago |
| f04a77c3 | Completed | scaffold billing exporter cron ~/code/papercomputeco/infra | devon | 24 | $6.88 | 5h ago |
A few details worth knowing:
- Exports are full fidelity. What you download is the record, not a summary of it.
- If an export fails, nothing downloads. You get the error instead of a truncated file.
- Exports are scoped to your org, like the rest of the sessions surface.
Open any session and click Export to try it.