Get voice broadcast statistics
documentedQuery statistics for a voice broadcast.
GET /v2/campaigns/broadcasts/{id}/statsCampaignsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.callfire.com/v2/calls/broadcasts/{{$id}}/stats?begin={{$begin}}&end={{$end}}&fields={{$fields}}" \
-X GET \
-u "{{CALLFIRE_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"