Activity tab
The spans produced during this instance are listed here, one card per span.
For how this screen fits together and what sits above the tab row, see the Agent instance page.
The activity list renders one card per span. Each card shows the span title, a one-line summary, the duration and start/end timestamps, and a status badge. Hovering a card reveals View, which opens the span detail panel.
Possible span status values: Pending, Active, Complete, Failed, or Cancelled.
Agents instrumented with the OpenClaw plugin (a conversational agent integration; see OpenClaw plugin) render the same span data in a Conversation layout by default — a structured view suited to conversational agent workflows — with a Raw view available to see the underlying spans.
Span detail
Section titled “Span detail”Selecting View on a span opens an in-page detail panel (URL-patched modal) that shows:
- Payload – the span’s input payload.
- Result – the span’s output payload, when one was recorded.
Both fields render as JSON. The panel does not show nested child spans; to see a child span, open it from its own card in the list.
Related
Section titled “Related”- Span — what a span records, span types, and payload structure.
- Instance — the instance that owns these spans.
- Agent instance page — the strip above the tabs, including the risk score card and Terminate action.
- Agent instance page › Risk tab — how the instance total score is composed.
- Agent instance page › Details tab — instance metadata and timing.