Skip to main content
GET
Per-MNO delivery truth with silent-drop detection

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

channel
enum<string>
required

Channel to analyse. Restricted to channels with first-class MNO data.

Available options:
sms,
voice
window
enum<string>
default:7d

Rolling lookback window.

Available options:
24h,
7d,
30d
dropRateThreshold
number

Delivery-rate floor (percent). MNOs below this may be flagged. Defaults to 92.

Required range: 0 <= x <= 100
silentWindowHours
number

Silent-drop detection window in hours. Defaults to 4.

Required range: 0 <= x <= 168
minSampleSize
integer

Minimum terminal-message sample before an MNO can be flagged. Defaults to 50.

Required range: 0 <= x <= 100000

Response

200 - application/json

Per-MNO delivery buckets with resolved thresholds and aggregate totals.

data
object
meta
object