> ## Documentation Index
> Fetch the complete documentation index at: https://docs.traceport.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Session Tracking

> Trace and audit multi-turn conversations with high-fidelity debugging tools.

The **Session Tracking Workspace** is a high-fidelity debugging tool designed for auditing multi-turn AI conversations. It allows you to trace user-assistant interactions, monitor token costs per role, and filter conversation streams by model and session identity.

<video autoPlay loop muted playsInline src="https://mintcdn.com/traceport/kYbHlXZhIafdB5_P/images/sessions-overview.mp4?fit=max&auto=format&n=kYbHlXZhIafdB5_P&q=85&s=f67787d3080019de477fbc3c9a478c60" className="w-full rounded-lg" data-path="images/sessions-overview.mp4" />

## Core Components

### Sessions Table

The Sessions Table provides a high-density view of all active and historic sessions.

* **Pagination**: Minimalist navigation showing the precise range of sessions being viewed.
* **Hover Actions**: Quickly reveal action icons like `ChevronRight` to dive into session details.
* **ID Copying**: Technical Session IDs (e.g., `sess_...`) can be copied directly from the table with a single click.

### Filter Bar

Precisely locate sessions using the advanced filtering suite:

* **Session ID Search**: Real-time debounced search to find specific session identifiers.
* **Model Attribution**: Filter sessions by the specific AI models used (e.g., GPT-4o, Claude 3.5 Sonnet).
* **Time Range**: Reuses the global platform time range selector for temporal auditing.
* **Reset Controls**: Clear all active filters while preserving your selected time window.

### Conversation Viewer

The primary interface for viewing a specific conversation thread.

* **Chronological List**: A clear view of the back-and-forth between the user and the assistant.
* **Turn Metrics**:
  * **Assistant Messages**: Display precise **Input Tokens** and **Input Cost** badges.
  * **User Messages**: Display **Output Tokens** and **Output Cost** badges.
* **Model Context**: Each message displays a `Cpu` icon indicating the exact model that generated the response.
* **Responsive Layout**: A side-by-side view with a session list on the left and active analysis on the right.

## Interaction Patterns

### Deep Linking

The Session Tracking Workspace automatically syncs your filter state (Session ID, Model, Time Range) with the URL. This allows for persistent sharing of specific debugging views with your team.

### Copy Functionality

Hovering over a Session ID reveals a copy icon. Clicking this copies the full technical ID to your clipboard without triggering a row navigation, ensuring a smooth workflow.
