Activity
The Activity tab shows a log of every agent run — which tools were called, how long each step took, and whether it succeeded or failed.
Last updated
Was this helpful?
The Activity tab shows a log of every agent run — which tools were called, how long each step took, and whether it succeeded or failed.
The Activity tab is the observability surface for your agent. It shows a timeline of every execution — when the agent ran, what triggered it, which tools it called, how long each step took, and whether it succeeded or failed.
Toggle between Activity (default) and Logs using the control at the top of the tab.
Scrollable list of agent runs, newest first. Each entry (collapsed) shows:
Status dot — green for success, red for error
"Agent run" label
Tool count badge — e.g. "3 tools"
Duration — e.g. "234ms"
Relative timestamp — e.g. "2 hours ago"
Click any entry to expand it and see:
Message excerpt — the prompt or trigger that started this run (shown in quotes)
Turn count — how many reasoning cycles the agent took
Tool calls list — for each tool: status dot · tool name · duration · input parameters preview
Multiple sessions are separated by a horizontal rule showing the session ID.
Raw console output for deeper technical debugging. Switch back to Activity using the toggle.
Troubleshooting — a run failed; expand it to see which tool call errored and what the inputs were
Performance — check how long each step is taking and whether any tool is a bottleneck
Verification — confirm that scheduled triggers are firing and completing successfully
Audit — see the full history of what the agent did and when
No activity yet — the agent has never run (check that triggers are configured in the Triggers tab)
Could not load activity log — a loading error; refresh the tab
Last updated
Was this helpful?
Was this helpful?