Telemetry
Available endpoints
GET /v1/tanks/:id/telemetry
The telemetry object
This object represents a telemetry. You can retrieve it to view tank's telemetry.
Attributes
created_at string
ISO for datetime when the object was created.
fill_percentage integer
Represents the tank fill percentage, ranging from 1 to 100.
More attributes
object string
String representing the object's type. Objects of the same type share the same value.
Response
{
"object":"telemetry",
"created_at":"2025-08-13T16:38:55.453Z",
"fill_percentage": 80
}