No "durationMs" / "durationSeconds" / "durationMin...
# support
y
I need to get duration of call in GET Call api response, currently it is only passed in "end-of-call-report". How can I get the duration if the call has already ended, and there was no webhook url configured
@User Can you please help me with this? It's quite important and urgent. Any help is highly appreciated
k
If no webhook was set, you can get call duration by using the GET /call/{callId} API and subtracting createdAt from updatedAt timestamps.
y
Yup it worked that way 👍 Thanks for the response @Kings_big💫
c
Glad the issue was resolved. Please reach out to us if you have any other questions regarding this issue