printer, job and transfer telemetry info
All values except printer are optional
Response
OK
Example response
{
"job": {
"id": 420,
"progress": 42,
"time_remaining": 520,
"time_printing": 526
},
"printer": {
"temp_nozzle": 214.9,
"target_nozzle": 215,
"temp_bed": 59.5,
"target_bed": 60,
"axis_x": 23.2,
"axis_y": 24.3,
"axis_z": 0.5,
"flow": 95,
"speed": 100,
"fan_hotend": 420,
"fan_print": 420,
"status_printer": {
"ok": true,
"message": "OK"
},
"status_connect": {
"ok": true,
"message": "OK"
}
},
"transfer": {
"id": 72855542,
"time_transferring": 30,
"progress": 65.82,
"data_transferred": 123084800
},
"storage": {
"name": "LOCAL",
"path": "/local",
"free_space": 4202335
},
"camera": {
"id": "Ba1kmCbifTa8X"
}
}Changes
Changed in 4 of the 49 revisions of this API.123
- ●
added the new
ATTENTIONenum value to theprinter/stateresponse property for the response status200response-property-enum-value-added
- ○
removed the
ATTTENTIONenum value from theprinter/stateresponse property for the response status200response-property-enum-value-removed
- ●
- ●
removed the optional property
transfer/data_transeferedfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
transfer/data_transferredto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲