API ReferenceMachine Status
Get Node System Status Logs
Get the per-minute MQTT/WiFi status timeline for a machine's node(s) over a date range (defaults to the last 7 days).
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Query Parameters
machineId*number
The machine's ID.
Format
doublestart?string
The start of the date range to filter by.
Format
date-timeend?string
The end of the date range to filter by.
Format
date-timeResponse Body
application/json
Try it live
curl -X GET "https://example.com/machines/node-system-status-logs?machineId=0.1"{ "data": [ { "mqtt": [ 0 ], "wifi": [ 0 ], "intervalSeconds": 0.1, "start": "string", "nodeId": 0.1 } ]}