---
title: Quality tab
description: Duration, success, and failure signals for an agent's runs over the last day.
editUrl: true
head: []
template: doc
sidebar:
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

Operational quality signals for the agent — whether runs are completing, how long they take, and where the failures are — computed from instances and spans started in the last 24 hours. Come here when you want to know if the agent is healthy before digging into individual runs.

For the fixed strip that stays visible above the tab row, see the [Agent page](/admin-ui/agent). For quality evaluations of individual runs — scores and verdicts rather than run health — see the [Agent › Instance › Quality tab](/admin-ui/agent-instance/quality).

## Quality summary

Four headline figures for the last day: **Success rate** (the share of finished runs that completed successfully), **Typical duration** (the average finished instance), **Worst case** (the longest), and **Failures** (runs that finished as Failed or Terminated).

Below the headline figures, the instance duration distribution breaks finished runs down by Best, P25, Median, Average, P95, Worst, and standard deviation, so a healthy-looking average cannot hide a bad tail.

## Outcomes

Every instance from the last 24 hours by how it ended — Complete, Failed, Cancelled, or Terminated — with counts and percentages.

## Span duration distribution

The same timing analysis at span level, grouped by span type across schema versions and sorted by average duration. Each span type shows its call count, success rate, failure count, and duration spread (min, p25, median, p95, max, and average) on a shared time axis, so the slowest step in the agent's workflow stands out. Only activity spans are counted here; [quality spans](/platform/concepts/span) written by the platform are excluded.

## Related

- [Quality and performance](/platform/quality-and-performance) — what quality means for an agent and how evaluations work.
- [Instance](/platform/concepts/instance) — the run-level record these statistics aggregate.
- [Span](/platform/concepts/span) — the step-level record behind the span statistics.
- [Agent page › Instances tab](/admin-ui/agent/instances) — drill through to the individual runs behind the numbers.
- [Agent › Instance › Quality tab](/admin-ui/agent-instance/quality) — the quality evaluation attached to a single run.