calls.events_failed
The call event timeline fetch failed due to an internal server error.
calls.events_failed is returned when the call event timeline query fails internally. This is a transient error affecting the events sub-resource of a call, not the call record itself.
A database or internal service error occurred while fetching the call event timeline. The underlying error is logged server-side with the request_id.
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.events_failed",
"message": "fetching call events failed",
"request_id": "req_01900000abc"
}
}