---
title: Instances tab
description: Browse and investigate every execution of an agent over time.
editUrl: true
head: []
template: doc
sidebar:
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

Each row records one execution of a specific agent version.

## Instances table

Columns:

- **Instance ID** – unique identifier for the instance.
- **Environment** – the environment this instance ran in.
- **Status** – lifecycle state shown as a badge. Possible values: Pending, Active, Complete, Failed, Cancelled, or Terminated.
- **Time** – duration and timestamps. Complete instances show duration and start/end times. Active instances show the start time. Pending instances show when the instance was created.
- **Version** – the agent version that ran this instance.
- **Risk level** – Low, Medium, High, or Critical, derived from the instance's total risk score under the assigned profile. Blank when the agent has no risk profile or no spans are assessable yet. See [Risk profile](/platform/concepts/risk-profile) for how scores are calculated.
- **Actions** – **View** opens the instance detail pages.

The table is ordered most-recent first.

## Related

- [Instance](/platform/concepts/instance) — what an instance is and how its lifecycle states are defined.
- [Risk profile](/platform/concepts/risk-profile) — how the instance risk level is calculated from spans.
- [Agent page](/admin-ui/agent) — the fixed strip above the tabs.
- [Agent instance page](/admin-ui/agent-instance) — span-by-span inspection and details for a single run.