> ## 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.

# The Agent's Run Logs

> How to use agent run logs for testing, debugging, auditing, and validating agent behavior in the Agent Builder.

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.

<Note> **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](/docs/agent-builder/permissions).</Note>

***

## 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.

1. The Agent's Step

2. 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](/docs/agent-builder/building-the-agent) page, but optimized for step-level focus.

**This step-level run log helps you:**

1. Observe the progression of the step in real time.
2. Review input ingestion and transformations.
3. Identify issues such as malformed input, invalid expressions, or connection errors.
4. Validate that each ability and decision-making point behaves as expected.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/aR86fYwnKytxbZ0u/img/AgentBuilder/StepRunLogTab.png?fit=max&auto=format&n=aR86fYwnKytxbZ0u&q=85&s=3ff54a782e5f067b66d224647531e163" width="1727" height="1076" data-path="img/AgentBuilder/StepRunLogTab.png" />
</Frame>

<Tip>**Note**: If any agent step involves Abilities (workflows), clicking on it will open a pop-up window showing the execution status and an arrow that will direct you to the ability workflow</Tip>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/bFVWNf79061_urTy/img/AgentBuilder/AbilitiesPopUp.png?fit=max&auto=format&n=bFVWNf79061_urTy&q=85&s=781f0cfef733623f7b76f0f21ff4ecab" width="3456" height="2168" data-path="img/AgentBuilder/AbilitiesPopUp.png" />
</Frame>

<Tip>**Note**: Within a workflow’s run logs, you can click [Agent run log](#the-agent’s-execution-details) link in the top-right corner of the agent step’s output. This opens the detailed [run log](#the-agent’s-execution-details) for that specific agent.</Tip>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/aR86fYwnKytxbZ0u/img/AgentBuilder/NavigationAgentRunLog.png?fit=max&auto=format&n=aR86fYwnKytxbZ0u&q=85&s=cbf504318e81126f26910314a1ff92a4" width="1727" height="1075" data-path="img/AgentBuilder/NavigationAgentRunLog.png" />
</Frame>

***

### Output Tab

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

<Frame>
  <img src="https://mintcdn.com/blinkops-2/aR86fYwnKytxbZ0u/img/AgentBuilder/StepOutputTab.png?fit=max&auto=format&n=aR86fYwnKytxbZ0u&q=85&s=8d7f4f431ed44d4ff31be91e9ffae3e2" width="1717" height="1080" data-path="img/AgentBuilder/StepOutputTab.png" />
</Frame>

***

## Run Log Tab within the Agent Builder

<Note> **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. </Note>

### 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)

<Frame>
  <img src="https://mintcdn.com/blinkops-2/aR86fYwnKytxbZ0u/img/AgentBuilder/RunLogPanel.png?fit=max&auto=format&n=aR86fYwnKytxbZ0u&q=85&s=6b1c60904b598dfb6872b41bfd515873" width="1727" height="1080" data-path="img/AgentBuilder/RunLogPanel.png" />
</Frame>

***

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](/docs/agent-builder/building-the-agent#creating-a-new-agent):

  <Frame>
    <img src="https://mintcdn.com/blinkops-2/Rs4Y_Nqo_DOGL9xa/img/AgentBuilder/AgentVersion.png?fit=max&auto=format&n=Rs4Y_Nqo_DOGL9xa&q=85&s=8e49e8e3e2c5c3af8ac3f675f8bce0be" width="1722" height="1080" data-path="img/AgentBuilder/AgentVersion.png" />
  </Frame>

***
