Generating Reports
WDR reports are async. Request one, poll for completion, download when ready.-
Create —
POST /wireless/detail/records/reportswith a time range: -
Poll —
GET /wireless/detail/records/reports/{id}untilstatusiscomplete. -
Download — The
report_urlfield contains a pre-signed URL to the report file.
What’s in a Report
Each record includes:| Field | Description |
|---|---|
sim_card_id | Which SIM |
start_time / stop_time | Session duration |
radio_access_technology | LTE, 3G, etc. |
mobile_country_code + mobile_network_code | Which carrier |
apn | Access Point Name used |
ipv4 / ipv6 | IP assigned during session |
cell_id | Cell tower |
Connectivity Logs
For real-time session visibility (not batch reports), use connectivity logs:GET /sim_cards/{id}/wireless_connectivity_logs
Returns recent sessions for a specific SIM, including IMSI, IMEI, radio technology, and connection state. Useful for debugging why a device can’t connect or which network it attached to.
Use Cases
- Billing reconciliation — match data usage against your invoices
- Anomaly detection — spot SIMs consuming unexpected data volumes
- Coverage analysis — see which carriers your devices attach to by region
- Troubleshooting — correlate connectivity issues with specific cells or networks