{
"exportMetadata": {
"exportedAt": "2024-01-15T10:35:00Z",
"organizationId": "org_123",
"conversationId": "agent_abc123_1705320000_user123",
"dataVersion": "1.1",
"exportType": "single_conversation",
"includedData": {
"transcript": true,
"analysis": true,
"recording": true
},
"schemaVersion": "billing-session-v1"
},
"conversation": {
"sessionId": "session_abc123",
"roomName": "agent_abc123_1705320000_user123",
"agentId": "agent_xyz789",
"agentName": "Customer Support Bot",
"sessionType": "webcall",
"sessionStatus": "completed",
"agentModel": "gpt_4o_mini",
"agentArchitecture": "pipeline",
"keyMode": "talkifai_keys",
"callDirection": "inbound",
"callerPhone": "+12025550123",
"calleePhone": "+1234567890",
"startTime": "2024-01-15T10:30:00Z",
"endTime": "2024-01-15T10:35:00Z",
"duration": 300,
"baseCost": 0.25,
"totalCost": 0.45,
"user": {
"id": "user_123",
"name": "John Doe",
"email": "john@example.com",
"phone": "+12025550123",
"company": "Acme Corp"
},
"agent": {
"id": "agent_xyz789",
"name": "Customer Support Bot",
"description": "Handles customer inquiries",
"model": "gpt_4o_mini",
"stt": "deepgram",
"agentArchitecture": "pipeline",
"realtimeProvider": null,
"enabledFunctions": ["web_search", "end_call"],
"functionCallingEnabled": true,
"enabledCustomFunctions": [],
"greetingMessage": "Hello! How can I help you?",
"greetingType": "agentFirst",
"temperature": 0.7,
"enabledPronunciations": [],
"postCallAnalysisModel": "gpt_5_mini",
"category": "customer_support",
"mode": "public",
"inactivityTimeout": 30
},
"transcript": {
"raw": "[{\"speaker\": \"agent\", \"text\": \"Hello! How can I help you?\", \"timestamp\": \"2024-01-15T10:30:00Z\"}, ...]",
"parsed": [
{
"function": "check_order_status",
"parameters": {"order_id": "ORD-12345"},
"timestamp": "2024-01-15T10:31:00Z"
}
],
"createdAt": "2024-01-15T10:35:00Z",
"user": {
"id": "user_123",
"name": "John Doe",
"email": "john@example.com"
}
},
"postCallAnalysis": {
"analysisData": {
"call_summary": "Customer called about order status. Issue resolved.",
"call_outcome": "Fully Resolved",
"agent_professionalism": 9,
"followed_protocol": true,
"empathy_shown": true,
"improvement_areas": "None"
},
"analyzedAt": "2024-01-15T10:36:00Z",
"user": {
"id": "user_123",
"name": "John Doe",
"email": "john@example.com"
},
"agent": {
"id": "agent_xyz789",
"name": "Customer Support Bot",
"description": "Handles customer inquiries",
"model": "gpt_4o_mini"
}
},
"recording": {
"id": "rec_abc123",
"fileName": "recordings/2024/01/15/agent_abc123_1705320000_user123.webm",
"signedUrl": "https://storage.googleapis.com/...?X-Goof-Algorithm=...",
"urlExpiry": "2024-01-16T10:35:00Z",
"createdAt": "2024-01-15T10:35:00Z",
"available": true
},
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:36:00Z"
},
"summary": {
"hasTranscript": true,
"hasAnalysis": true,
"hasRecording": true,
"hasFunctionCalls": true,
"recordingAvailable": true,
"duration": 300,
"callCompleted": true,
"isTelephonyCall": true,
"hasBillingInfo": true
}
}