Retrieve information about the current job (if there is one).

get/api/job

Response

OK

state'Operational' | 'Printing' | 'Pausing' | 'Paused' | 'Cancelling' | 'Error' | 'Offline' | 'Busy'

Example response

{
  "job": {
    "file": {
      "layers": 12345,
      "layerHeight": 0.025,
      "exposureTime": 6000,
      "exposureTimeFirst": 30000,
      "exposureTimeCalibration": 30000,
      "exposureUserProfile": 1,
      "name": "harry_potter_hogwarts_anthony_mohimont.sl1",
      "path": "internal/examples/harry_potter_hogwarts_anthony_mohimont.sl1",
      "date": 1574175255,
      "size": 873151
    }
  },
  "progress": {
    "completion": 55.634901,
    "filepos": 12345,
    "printTime": 601,
    "printTimeLeft": 30495
  },
  "state": "Operational"
}

Changes