Skip to main content

Execution History

Route: /rb/history · Edition: Pro+

The history page shows every runbook execution — manual, chat-triggered, or webhook-triggered — with status, duration, and a link to the full step-by-step output.

Execution History

Columns

ColumnDescription
RunbookName of the runbook that was executed
TriggerHow it was started: Manual / Chat / Webhook / AI
StatusRunning · Completed · Failed · Cancelled
StartedTimestamp of execution start
DurationTime taken to complete or fail

Execution detail

Clicking a row opens the execution detail view with:

  • Per-step status (Pending → Running → Completed / Failed / Skipped)
  • Step input and output (expandable JSON)
  • Error message for any failed step
  • Overall execution output summary

Running executions poll every 2 seconds and update in real time.