calls.list_failed
The call list query failed due to an internal server error.
calls.list_failed is returned when the call list query fails internally, typically a database error. The error is transient and retryable.
A database or internal service error occurred while executing the call list query. 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.list_failed",
"message": "listing calls failed",
"request_id": "req_01900000abc"
}
}