---
title: Follow an agent run
type: how-to
section: ai-studio
summary: Agent Executions on the Agents page lists every run. Open one to see its steps and outputs, stop it while it is going, or start it again.
applies_to:
  clients: [web]
sources:
  - evolve-front-end/components/agents/agent-executions-tab-fast-path.tsx
  - evolve-front-end/components/agents/agents-table.tsx
  - evolve-front-end/app/[lng]/(fullscreen)/studio/(pages)/agents/execution-details/**
  - evolve-front-end/app/[lng]/studio/components/agents/agent-execution/**
  - evolve-front-end/app/i18n/locales/en/dsl-agents.json
verified:
  at: 2026-09-04
  env: code
  by: content-lane-ai-studio
ttl_days: 45
related: [ai-studio/run-an-agent, ai-studio/cost-and-usage, ai-studio/find-a-past-thread]
---

Open **Agents** in the AI Studio sidebar and read **Agent Executions**. Each row is one run. Select a row to open it.

A count of runs still going appears above the table under **In progress**. Selecting it filters the table to those runs.

## What the states mean

| State | What it means |
| --- | --- |
| **In progress** | The run is working now. |
| **Completed** | The run finished. |
| **Needs input** | The run is waiting for you to answer something. |
| **Needs review** | The run stopped on a problem. Open it and read the steps. |
| **Terminated** | The run was stopped. |
| **Pending** | The run is accepted and waiting to start. |

Narrow the table with **Agents**, **Status** and **Repository**, or with **Search**. Set how many rows you see with **Rows per page**.

## Inside a run

Selecting a row opens the run full screen.

- **Overview** carries the ticket it belongs to, the agent, when it started and last changed, and links to a **Final report** or a **Pull Request** where the agent produced one.
- **Technical details** holds identifiers, token counts, cost and output links.
- **Execution steps** lists what the agent did, with a state on each step and counts for total, running, completed and failed.
- **Parameters** shows what the run was started with.
- Files the agent produced appear as artifacts you can open or download.

## Stop a run

1. Open the run, or find its row.
2. Select **Stop run**.
3. Confirm. The message reads **Stopping will end this run and cancel any steps in progress.**

Only a run that is **In progress** can be stopped. Selecting others gives **Only executions in progress can be stopped**.

To stop several, select **Select**, tick the rows, then **Stop selected**. **Stop all** ends every run that is going.

## Start a run again

Select **Rerun** on the row. The composer opens with the earlier run's settings filled in. Check them, change what you need, then start it.

Where your access has changed since the first run, some settings are dropped and you fill them in again.

## If it did not work

- **Executions could not be loaded. Try again.**: select **Try again**.
- **No runs match your search or filters.**: clear **Search** and set the filters back to **All**.
- A run sits on **Needs input**: open it and answer in the run's own controls.
- A run stopped on **Needs review**: read **Execution steps** for the step that failed, then **Rerun**.
