# Inspect Workforce agents
URL: https://metorial.com/docs/platform/workforce/inspect-agents

Review agent details, tool calls, and connection activity in Workforce.

---

## Overview [#overview]

The Agents area shows which agent clients have connected to Workforce and what they have done. Use it to investigate a tool call, review a session, or check how an agent connected.

<PageIntro>
  <Learn>
    * How to find and open an agent
    * How to review the agent's tool calls
    * How to inspect its connection history
  </Learn>

  <Reading title="Before you start">
    * Open **Workforce** from the dashboard
    * Under **Identity**, select **Agents**
  </Reading>
</PageIntro>

## Review an agent [#review-an-agent]

<Steps>
  <Step title="Find the agent">
    The **Agents** table shows each agent's name, type, status, linked actor, and creation time. Select the agent you want to inspect.

        <img alt="Workforce agents table" src="__img0" />
  </Step>

  <Step title="Review the overview">
    The overview identifies the agent and its linked actor. It also shows current or recent agent instances. Use these details to confirm that you opened the correct agent.

        <img alt="Workforce agent overview" src="__img1" />
  </Step>
</Steps>

## Review tool calls and connections [#review-tool-calls-and-connections]

<Steps>
  <Step title="Inspect operations">
    Select **Operations** in the agent navigation. Each row represents a tool call and shows its status, source, agent, session, and time. Select a row to inspect a specific call.

        <img alt="Operations recorded for a Workforce agent" src="__img2" />
  </Step>

  <Step title="Inspect connections">
    Select **Connections**. Review the participant, connection state, transport, session, and last active time to understand the agent's connection history.

        <img alt="Connection history for a Workforce agent" src="__img3" />
  </Step>

  <Step title="Match activity to a connection">
    Start in **Operations** to find the tool call or session you want to investigate. Then open **Connections** and find the same session. Return to the overview if you need to confirm the agent or linked actor.
  </Step>
</Steps>