Every time your agent responds to a message, there is often more happening behind the scenes than the reply itself. The agent might search your knowledge base, look up a customer record, send an email, or delegate a task to another agent. The activity log gives you full visibility into all of these actions.
The activity log appears as a collapsible panel at the bottom of every conversation in the chat view. When an agent processes a message, you will see a summary line like “Agent used 3 tools” or “Agent searched knowledge base”. Click on it to expand the full activity log for that message.
You can also find activity logs in:
Scheduled task executions — Every scheduled task run has its own activity log showing what the agent did.
Workflow step results — Each step in a workflow execution includes an activity log for the agent that ran it.
Inbox — When reviewing conversations in the inbox, click into any message to see its activity log.
When the agent uses a tool — such as searching a knowledge base, sending an email, or creating a job in your management system — the activity log shows:
Tool name — Which tool was used (e.g. “Knowledge Search”, “Send Email”, “simPRO: Create Job”).
Input — What the agent sent to the tool. For a knowledge search, this would be the search query. For an email, it would be the recipient, subject, and body.
Output — What the tool returned. For a search, this is the results. For an email, it is a confirmation that the email was sent.
Duration — How long the tool call took to complete.
When the agent searches your knowledge base, the activity log shows the exact query it used and the documents that were returned. This is useful for debugging situations where the agent gives an incorrect answer — you can see whether it found the right documents or whether the search query missed the mark.
When the agent interacts with an integration — for example, fetching data from simPRO or creating a calendar event in Google — the activity log records the request and response. Sensitive data like authentication tokens is redacted, but you can see the structure of what was sent and received.
The activity log is your primary tool for understanding why an agent behaved a certain way. Here are common debugging scenarios:
Agent gave wrong information
Check the knowledge search entries. Did the agent search for the right terms? Did the correct document come back in the results? If not, you may need to update your knowledge base or refine the agent’s persona to guide its search behaviour.
Agent did not send an email
Look for a “Send Email” tool call. If it is missing, the agent may not have recognised the intent. If it is there with an error status, the email integration may be disconnected or misconfigured.
Agent took too long to respond
Check the duration on each tool call. A slow response usually means one tool call took a long time — often a large knowledge base search or an external API that was slow to respond.
Agent gave a generic answer
If there are no tool calls at all, the agent answered from its general knowledge instead of searching your data. Check that the agent has the right tools enabled and that your knowledge base is connected.
Beyond individual message logs, you can view a high-level summary of all activity in a conversation from the conversation detail view in the Inbox. This summary shows:
Total number of tool calls across the entire conversation.
Which tools were used most frequently.
Whether any errors occurred.
Total token usage for the conversation.
This is useful for managers who want to review agent performance without reading every individual message.