Skip to main content
The verification detail panel opens when you click a verification interval in the Session Timeline. It shows everything that happened during the cycle: the event sequence, video recording, verdict, and traces. IronBee Console — Verification Detail The panel header shows the verification ID and a status chip: Pass, Fail, In progress, or Unknown. Two buttons sit alongside it:
  • Traces toggles the trace panel
  • Play arms video playback (visible when a recording exists)

Video playback

When a browser session recording is available, the playback section shows a video player with:
  • Play / pause button
  • Scrub track with drag support
  • Current time and total duration
  • Speed toggle — 1× and 2×
  • Picture-in-Picture button
  • Fullscreen button
IronBee Console — Video Playback Keyboard shortcuts: While playing, the event timeline below highlights the event corresponding to the current video time.

Event timeline

A chronological list of every event recorded during the verification cycle. Each row is clickable to expand its details.

Event types

Per-event details

Each row shows:
  • A color-coded icon by tool domain (file, search, exec, web, UI, diagnostic, flow)
  • Time offset from the start of the cycle (e.g., +1m 23s)
  • Absolute timestamp
  • Status chips. error indicator, duration, MCP server name, tool type badge
  • View JSON button tool events split into Input / Output with byte sizes; other events show a full view
IronBee Console — View Json Images captured by tool calls appear inline within the event row. Click an image to open it in a lightbox.

Verdict

The verdict section at the bottom of the event timeline shows the final assessment:
  • Status: pass or fail
  • Checks: evidence items the agent confirmed (green)
  • Issues: what went wrong, if the verdict is fail (red)
  • Fixes: what was changed to resolve issues on a passing retry (orange)
IronBee Console — Verdict Detail

Trace panel

Click Traces in the header to open the trace panel alongside the event timeline. The panel shows a span waterfall chart for the cycle with:
  • Filters: by span kind (Internal / Client / Server / Producer / Consumer) and status (OK / Error / Unset)
  • Text search: filter spans by name or service name
  • View toggle; Fit (panel-width) or Wide (horizontal scroll for dense traces)
IronBee Console — Trace Panel Click any span bar to open a JSON modal with the raw span data. IronBee Console — Span Detail