Get statistics on text broadcast

GET {{baseUrl}}/texts/broadcasts/:id/stats?fields=<string>&begin=<integer>&end=<integer>

Returns the broadcast statistics. Example: total number of the sent/received actions, total cost, number of remaining outbound actions, error count, etc

Request Params

KeyDatatypeRequiredDescription
fieldsstringLimit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.
beginstringStart of the search time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT
endstringEnd of the search time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT