Docs/Studio/Trace List

Trace List

Browse, filter, and organize your agent execution traces.

Overview

The Trace List is the landing page when you open Sentience Studio. It displays all your agent runs in a card-based interface for easy browsing and access.

trace list interface

Access the Trace List:

  1. Sign in to Sentience
  2. Click Studio in the navigation menu
  3. You'll see your trace list

Trace Card Layout

Each trace is displayed as a card with key information:

single trace card with annotations

Card Components

1. Status Icon & Badge

Top-left corner shows execution status:

Success (Green):

Partial (Yellow):

Failed (Red):

2. Goal Title

Large, prominent text showing the agent's objective:

Buy a laptop from Amazon

This is what the agent was trying to accomplish. Clicking the card title opens the trace.

3. Start URL

Shows which website the agent started on:

URL: https://www.amazon.com

Helpful for:

4. Run ID

Unique identifier for this execution:

Run ID: 846450db-0436-4ccf-949a-81b7c115cf3e

Use this to:

5. Statistics Bar

Bottom section shows execution metrics:

Step Count:

⚡ 15 steps

How many steps the agent executed.

Duration:

🕐 2m 34s

Total time from start to finish. Format:

6. Timestamp

When the trace was created:

Jan 3, 2026 at 2:45 PM

Shows in your local timezone.

Trace List Interface

Top of the page shows:

trace list header

Sorting

Traces are displayed in reverse chronological order (newest first):

Pagination

For users with many traces:

Using the Trace List

Opening a Trace

Click anywhere on the trace card to open the Trace Debugger:

clicking a trace card

This navigates to:

/studio/[run_id]?goal=[encoded_goal]

The goal is passed in the URL to ensure it displays correctly even before the full trace loads.

Quick Scanning

The card layout makes it easy to quickly scan for specific traces:

Find failed runs:

Find recent runs:

Find specific sites:

Find long runs:

Understanding Trace Status

Success Traces

successful trace card

Indicators:

What it means:

Common for:

Partial Traces

Indicators:

What it means:

Common for:

Action needed:

Failed Traces

failed trace card

Indicators:

What it means:

Common for:

Action needed:

Trace Organization Tips

Since there's no built-in filtering yet, here are manual organization tips:

Mental Filtering

By Status:

By Date:

By Goal:

By Duration:

Naming Conventions

When creating traces, use clear, descriptive goals:

Good goal names:

✓ Buy a laptop from Amazon
✓ Submit contact form on example.com
✓ Search for "python tutorial" on Google
✓ Add item to cart and checkout

Bad goal names:

✗ Test
✗ Debug run
✗ Untitled Run
✗ Run 1

Clear goals make the Trace List much easier to navigate.

Trace Storage & Limits

Storage Duration

Traces are stored based on your plan tier:

After this period, traces are automatically deleted.

Storage Limits

Number of traces stored:

When you reach the limit, oldest traces are deleted first.

Trace Size

Individual trace size depends on:

Typical sizes:

Common Use Cases

1. Debugging Failed Runs

Workflow:

  1. Open Trace List
  2. Look for red "Failed" badges
  3. Click the failed trace
  4. Jump to first failed step
  5. Analyze what went wrong

2. Comparing Runs

Workflow:

  1. Identify two similar traces (same goal)
  2. Open first trace in tab 1
  3. Open second trace in tab 2
  4. Compare step-by-step execution
  5. Find differences

3. Monitoring Production

Workflow:

  1. Check Trace List daily
  2. Scan for yellow/red badges
  3. Investigate any failures
  4. Track success rate over time

4. Auditing Agent Behavior

Workflow:

  1. Filter by date range (manually scroll)
  2. Review traces for specific period
  3. Export important traces to PDF
  4. Archive for compliance

Future Features

Planned enhancements to the Trace List:

Search by goal, URL, Run ID, or date range

Filters

Filter by:
- Status (Success/Partial/Failed)
- Date range
- Duration
- Steps count
- URL domain

Sorting

Sort by:
- Date (newest/oldest)
- Duration (longest/shortest)
- Steps (most/least)
- Status

Bulk Actions

- Select multiple traces
- Delete selected
- Export selected to PDF
- Archive selected

Tags

Tag traces for organization:
- Production
- Testing
- Bug Report
- CI/CD

Keyboard Shortcuts

Navigate the Trace List efficiently:

ShortcutAction
EnterOpen selected trace
Move to next trace (future)
Move to previous trace (future)
/Focus search bar (future)
fOpen filter menu (future)

Performance Tips

Loading Speed

For faster Trace List loading:

Large Trace Lists

If you have hundreds of traces:

Next Steps