Reports

Search2o keeps a record of every agent execution, including failures, for 7 days on the Free plan and 90 days on the Paid plan. The reports summarize those records. Developers see the agent reports; administrators also see the user usage reports.

Every report covers a time window that you choose. Each report returns a table and a trend. The trend uses hourly buckets when the window is 48 hours or less, and daily buckets otherwise. A row in the table opens a detail report for that agent or user.

What is recorded

Each record holds the agent and its version, the user, the start time and the duration, the result code, the error message if there was one, and the LLM cost and LLM time. Validation runs of drafts are not recorded.

Result codes

CodeMeaning
successThe agent completed. Counted as a success.
askThe agent paused to ask the user for input. Counted as a success.
callFailedA call to an external system failed.
failCommandThe agent ended itself with the fail command.
errorInAgentA coding error in the agent.
unknownConversationThe conversation could not be found, or it is paused on an ask by a different agent.
timedOutThe run exceeded the maximum agent runtime.
stoppedThe user stopped the run.
mustLoginThe session expired during the run.
unexpectedAn unknown exception was raised.