Netbook automatically saves the last 100 responses to ~/.local/share/netbook/history.json.
- Press
hin the TUI to browse response history - Navigate with
↑/↓, pressEnterto view a historical response - History includes request name, timestamp, and response status
# Export the last response
netbook export last_response.json
# Export from history (programmatically)
netbook history export <entry_id> response.json