Webhook Data not having createdAt and endedAt
The webhook of type status-update or end-of-call-report is not sharing the actual duration of the call like startedAt and endedAt field is also coming as null.
c5920305-f1cb-492a-a666-50aed0cfd658, here are the call object I receive in the end-of-call-report webhook payload. I don't have startedAt neither endedAt fields in it anymore.

endedReason, transcript and everything, we should have this data in the report. And we received these values before something changed on Vapi side which forced me to get the call after.c5920305-f1cb-492a-a666-50aed0cfd658 call: {
"assistantId": ,
"createdAt": ,
"customer": {
"number": ""
},
"id": "c5920305-f1cb-492a-a666-50aed0cfd658",
"metadata": null,
"phoneCallProvider": ,
"phoneCallProviderId": ,
"phoneNumberId": ,
"status": "ringing"
}endedReasontranscript