Skip to main content
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.

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.