0

Is there a way to get info about call duration statistics via Taskrouter API? I've been able to retrieve TaskQueue Statistics and Worker Statistics, but these don't include info about the average duration of a call.

I was thinking about using the date_created and date_updated timestamps of reservations with reservation status accepted, but that would include the waiting time for a reservation as well?

Thanks for any feedback!

GlennM
  • 300
  • 1
  • 14

1 Answers1

0

I created a solution based upon the duration property see Twilio docs

GlennM
  • 300
  • 1
  • 14