Get information about the file currently being downloaded.

get/api/download

Response

OK

urlstring
targetstring
destinationstring
sizestring
start_timestring
progressstring
remaining_timestring
to_selectboolean
to_printboolean

Example response

{
  "url": "https://www.prusaprinters.org/castle.gcode",
  "target": "local",
  "destination": "/Prusa Link gcodes/castle.gcode",
  "size": "68073825",
  "start_time": "1620292282",
  "progress": "0.95",
  "remaining_time": "281.92677480085825"
}

Changes