Skip to main content
GET
Get Conversation Statistics

Overview

Get comprehensive performance statistics and analytics for a specific conversation, including call duration, disposition, per-utterance analytics, and agent response latency. Use this endpoint to investigate individual conversations for quality assurance, coaching, or debugging.

Required Permission

conversations

Path Parameters

Example cURL

Response

Success (200)

Response Fields

Error Responses

403 Forbidden - Insufficient permissions
404 Not Found - Conversation does not exist

Use Cases

  • Analyzing individual call performance and disposition
  • Reviewing agent response latency for optimization
  • Identifying conversations with unexpected outcomes for coaching
  • Compliance and audit review of recorded conversations
The averageAgentLatency metric is key to understanding agent responsiveness. A value above 2.0 seconds typically indicates LLM or TTS configuration that may benefit from optimization.
Check call_processed: true before relying on utterance_analytics. Processing happens asynchronously and may not be complete immediately after a call ends.
Save the requestId from every response. You will need it if you contact Inya support to trace a specific request.

Authorizations

x-api-key
string
header
required

API key with 'conversations' permission

Path Parameters

conversationId
string
required

Unique identifier of the conversation.

Response

Conversation statistics retrieved successfully

status
string
Example:

"success"

requestId
string
message
string
Example:

"Conversation details fetched successfully"

response
object[]