Skip to content

Run Detail drawer

Opened from the Runs Section or Reports Section.

Panels

PanelContents
HeaderStatus, trigger reason, started/ended timestamps
Lifecycle timelinequeued → running → tool-call → blocked → completed/failed with timestamps
InputsFull JSON input payload
OutputsFull JSON output payload (truncated for very large bodies)
Tool callsPer-step: args, result, latency, cost, approval chain
LogsFiltered log slice for this run id

Actions

  • Re-run — clones inputs into a new manual run.
  • Copy run id — for sharing with operators or pasting into Logs filter.
  • Open report — if a report exists, jumps to its Reports row.

When fields are absent

  • outputs is empty until the run reaches completed or failed.
  • tool_calls shows the pending step at the bottom while running.

Code-backed workflow

Source of truth: RunDetailDrawer.tsx.

  1. Loads run steps and events for one run and exposes cancel or retry actions where allowed.
  2. Use steps for execution progress and events for audit chronology.
  3. Verify retries create a new run attempt or status update in Runs.