I lost my output, can I recover it?
If you saved it: yes, in /account/runs/. If you didn't save it: usually no — outputs aren't stored by default for privacy reasons.
Last updated: 2026-05-04
Where to look first
- Account dashboard: /account/runs/ — last 100 saved runs.
- Browser tab history: if the tab is still open, scroll up to the result section. Many users overlook this!
- Browser cache / back button: if the run completed and you navigated away, hitting Back sometimes restores the rendered output.
If you didn't click Save
By default, we don't store outputs for privacy reasons. The output existed only:
- In your browser DOM.
- On our server during the request lifecycle (~10–30 seconds), then discarded.
It's gone. Re-run the tool with the same inputs. AI is non-deterministic so the second output won't match exactly, but it'll be similar quality.
Tips to prevent this
- Click Save on every output you might want again. Storage is free + unlimited on Pro.
- Auto-save preference at /account/preferences/ → "Auto-save all tool runs". Once enabled, every run is stored.
- Download immediately. All outputs have a Download button (
.md,.txt,.docx,.json).
Can support find my output server-side?
No. We don't have unsaved outputs. The only telemetry we keep is anonymized run metadata (tool name, token count, timestamp) — never the content.
Edge case: page crash mid-stream
If the streaming response was interrupted (e.g. browser crashed):
- Within 2 minutes: check /account/runs/. Streaming runs auto-save partial output if interrupted (Pro feature).
- After 2 minutes: the partial is gone.
API users
If you call our API, you're responsible for storing the response. We return the output, you decide what to do with it. Use idempotency keys (header Idempotency-Key) so retries return the original response within 24h.
Was this helpful?
Still stuck? Contact support