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.

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.

Two views

Toggle between Activity (default) and Logs using the control at the top of the tab.

Activity view

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.

Logs view

Raw console output for deeper technical debugging. Switch back to Activity using the toggle.

When to use Activity

  • 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

Empty and error states

  • 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?