The Agent’s Run Logs serve as a critical tool for testing, debugging, auditing and validating the behavior of agents built using the Agent Builder. Whether you are developing a new agent from scratch or testing modifications to an existing one, the run logs provide visibility into how your agent executes each step, what data it processes, and where potential issues may arise. These logs are especially useful during the development and testing phases, helping you trace the full lifecycle of an agent’s execution, from input ingestion to output generation. By reviewing the logs, builders can quickly identify syntax errors, misconfigured connections and unexpected outputs, significantly reducing the time spent troubleshooting.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Note: To view an agent’s run logs, you must have
workflow:view permissions. For more details about agent permissions, see the agent’s permissions guide.Accessing the Agent’s Run Logs
The Agent’s Run Logs provide full visibility into each execution of an agent. These logs help users troubleshoot, monitor behavior, and validate that the agent is functioning as intended. The run logs can be accessed from two main locations: The ‘Run Log’ tab within the agent builder or in the output of the Agent step.- The Agent’s Step
- The ‘Run Log’ tab within the Agent Builder
The Agent Step
When executing an agent step, the output includes two distinct tabs:Run Log (Default Tab)
This is the default view that appears as soon as the agent step begins to run. It displays a run log similar to the full run log view in the Agent Builder page, but optimized for step-level focus. This step-level run log helps you:- Observe the progression of the step in real time.
- Review input ingestion and transformations.
- Identify issues such as malformed input, invalid expressions, or connection errors.
- Validate that each ability and decision-making point behaves as expected.



Output Tab
This tab shows the agent’s final response along with all related information inJSON format, including data such as usage details, session IDs, and execution log details.

Run Log Tab within the Agent Builder
Note: The run logs collected by the agent are identical to those shown in the Agent Step’s Run Log, with one key addition: they also include the task inputs sent to the agent. This provides additional visibility into what data was passed into the task at execution time.
The Agent’s Execution Details
In the Run Log Panel on the left-hand side is a list of all agent execution sessions. Each session entry includes:- Session ID
- Execution timestamp (
HH:MM:SS am/pm) - Execution status
- Triggered by (manual or automated)
- Parent workflow name (if applicable)
- User name (for test runs)
- Test run label (if applicable)

In the top-right corner of the Run Logs page, you will find key execution details, including:
- The total duration of the selected run
- The total amount of processed data used during execution
-
The agent version used — click the version link to view the corresponding Agent’s configuration details:
