Skip to main content

Run History

Every automation execution is recorded with full details, allowing you to audit, debug, and analyze your workflows.

Viewing Run History

All Runs

  1. Go to Dashboard → Automations
  2. The table shows run counts and success rates for each flow
  3. Click View Runs on any flow to see its complete execution history

Run List

Each run shows:

  • Status — Succeeded (green), Failed (red), Running (blue)
  • Duration — How long the execution took
  • Trigger Type — What started the run (Schedule, Webhook, Manual, App Event)
  • Timestamp — When the run started and finished
  • Steps — Number of steps executed vs. total steps

Run Details

Click any run to see step-by-step execution data:

  1. Step Timeline — Visual timeline showing each step with duration
  2. Input Data — What data each step received
  3. Output Data — What data each step produced
  4. Error Details — For failed steps: error message, stack trace, and the input that caused the failure

Filtering Runs

Filter the run history to find specific executions:

FilterOptions
StatusSucceeded, Failed, Running
Date RangeToday, Last 7 days, Last 30 days, Custom range
Trigger TypeSchedule, Webhook, Manual, App Event

Run Retention

PlanRetention Period
Free7 days
Pro30 days
Team90 days
Enterprise1 year (configurable)

After the retention period, run data is automatically deleted. Export important runs before they expire.

Exporting Run Data

  1. Filter to the runs you want to export
  2. Click Export in the toolbar
  3. Choose format: CSV or JSON
  4. Download the file

Exported data includes: run ID, flow name, status, duration, trigger type, timestamps, and error messages (if any).

Replay Failed Runs

For failed runs, you can retry with the same input data:

  1. Open the failed run
  2. Click Retry
  3. The flow re-executes with the original trigger data
  4. A new run is created with the retry result

This is useful for transient failures (network timeouts, rate limits, temporary outages).