How to find twilio usage in say last 1 hour or last 15 minutes from now using Twilio API? -


i want set twilio monitoring check see usage last 15 minutes or may last 1 hour now. basically, want see how many sms or vms sent in last x minutes current time. ways using twilio apis. can find usage today, did not find break last few minutes.

the datesent parameter returned in rfc 2822 format. https://www.twilio.com/docs/api/rest/message#instance

example: mon, 11 april 2016 15:52:01 +0000

you have work on backend filter time data. can give try in spreadsheet.


Comments