Skip to main content

fact_agent_conversations

Each row is one conversation handled in the agent workspace (Sales): who took it, how it was assigned, how long the customer waited, how it ended, and how the customer rated it. It replaces the legacy fact_conversations — now with full history (the legacy table kept a rolling 3 months) and richer assignment/transfer detail.

What questions does it answer?

  • How many conversations does each agent/team handle, and how do they resolve?
  • What is the first-response time and how does it vary by team or hour?
  • Which conversations were transferred, and how many times?
  • What CSAT do agents get?
  • How did the conversation arrive — from which flow, inbound or outbound?

Columns

Example queries

Volume and resolution per team, last 30 days

Conversations transferred more than once

To see the full bot conversation that preceded the handover, join session_id against fact_treble_sessions and fact_treble_session_messages.