Radio heartbeats
GET/radios/:cbsdId/heartbeats
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Returns recent heartbeat records emitted by the radio. Heartbeats indicate that the radio is authorized to transmit coverage and occur roughly every 60 seconds. Authorizations last 240 seconds, producing overlapping coverage windows.
Only the most recent seven days are available. The endpoint retains its
established response while reading the heartbeat copy already kept in the
gateway activity timeline. Results are newest first by heartbeat event
time; follow the returned next URL for timestamp-based pagination.
Current Wi-Fi radio IDs are synthetic and contain their gateway address, allowing this compatibility route to read the same gateway-bounded activity slice without a radio-specific activity index. Non-synthetic CBSD IDs cannot have records inside the seven-day retention window.
New clients should use GET /gateways/{address}/mobile/heartbeats. This
route stays operational for clients that still use synthetic radio IDs.
Request
Responses
- 200
ListResponse of MobileHeartbeat.