Skip to content

Telemetry

The API exposes location and signal data for your fleet, and detailed per-device telemetry for RC500 routers.

GET /fleet/gps

Returns GPS locations together with location-aligned RF telemetry - the data behind the Fleet Map, including signal quality, coverage areas, and dwell information. Requires a bearer token, and availability and history depend on your billing plan.

Per-device RC500 telemetry is served under the device path:

MethodPathDescription
GET/api/rc500/:deviceId/telemetry/latestThe most recent telemetry snapshot
GET/api/rc500/:deviceId/telemetry/historyTelemetry over a time window
GET /api/rc500/:deviceId/telemetry/history?sinceMinutes=60&limit=1000
ParameterTypeDescription
sinceMinutesintHow far back to read
limitintMaximum records
kindstringOptional filter for a telemetry kind

These RC500 routes expose router-specific fields such as connection state, cellular signal, and system health.

Devices report their own telemetry to POST /telemetry. This ingest path is used by managed devices, not by client integrations reading data.