Execution History¶
View and review past script executions.
Accessing History¶
Click History in the navigation to see all your executions.
Execution List¶
The history page shows:
- Execution ID - Unique identifier
- Status - completed, failed, running, pending
- Started/Completed - Timestamps
- Duration - How long it ran
- Script - Which script was executed
- Actions - Link to view details
Execution Details¶
Click View Details to see:
Status Card¶
- Current status (with color coding)
- Start and completion timestamps
- Total duration
Script Info¶
- Script name and description
- Link to open in editor
- Version number (e.g., "Version: v3")
- "View Code" button to see the exact code that was executed
Version Information¶
Each execution shows which version of the script was run:
- For versioned executions: Shows "Version: v2" with a "View Code" button
- For old executions: Shows "Version not tracked (executed before versioning)"
- For ad-hoc scripts: Shows "Ad-hoc script (not saved)"
Click "View Code" to see the exact script that produced those results - incredibly useful for debugging or reproducing successful runs.
Error Messages¶
- Displayed prominently if execution failed
- Full error details and stack traces
Extracted Data¶
- JSON formatted data from
scrape_data() - Copy-paste friendly
Screenshots¶
- All captured screenshots
- With timestamps and descriptions
- Grid view for easy scanning
Execution Logs¶
- Chronological log entries
- Color-coded by level (info, warning, error)
- Timestamps for each entry
Status Indicators¶
- 🟢 Completed - Script finished successfully
- 🔴 Failed - Script encountered an error
- 🟡 Running - Currently executing
- 🔵 Pending - Queued, not started yet
- âš« Cancelled - Manually stopped
Pagination¶
- 20 executions per page
- Navigate with Previous/Next buttons
Tips¶
Review Failed Executions¶
- Check error message for the cause
- Review logs for the last operation before failure
- Look at screenshots to see page state
- Fix script and re-run
Compare Results¶
Open multiple execution details in different tabs to compare: - Different runs of the same script - Changes after script modifications - Data extracted at different times
Data Retention¶
- Executions are kept indefinitely
- Screenshots are kept for 7 days by default (configurable)