calls.stats_failed
The stat-card aggregation query failed due to an internal server error.
calls.stats_failed is returned when the stat-card aggregation query fails internally. Stats are driven off the call_stats_daily rollup table, which the worker fans out from call.completed / call.failed outbox events. There is a small lag (up to ~5 seconds in steady state) between a call ending and stats reflecting it.
A database or internal service error occurred while computing the stat aggregation. The underlying error is logged server-side.
Retry with exponential backoff (1-2-4-8 seconds, max 5 attempts). If the error persists, contact support with the request_id.
{
"error": {
"code": "calls.stats_failed",
"message": "stat aggregation failed",
"request_id": "req_01900000abc"
}
}