Skip to main content
You can monitor the latency of individual calls in Call History.
Call history page showing per-call latency metrics

Call History

Understanding latency metrics

End-to-end latency measures the total time from when the user stops speaking until the AI agent begins responding. This includes processing time, network delays, and model inference time.

Key metrics explained

  • P90 (90th Percentile): 90% of calls have latency below this value.
  • Median (50th Percentile): Half of the calls have latency less than this value.
  • Min: The fastest response time achieved in any call.

Retrieve latency via the API

You can also retrieve detailed latency breakdowns programmatically using the Get Call API. After a call ends, the response includes a latency object with per-component metrics.

Latency breakdown fields

The latency object contains the following components. Not all fields are present on every call — availability depends on the call type and features used. Each component is an object with these statistical fields:

Example response

Here is an example of the latency portion of a Get Call response: