Get Progress of Operation

Retrieves the progress of a running All-In-One operation of a specific operation ID.

Request takes no content, and on success returns a response containing the current value of operation progress (values ranging from 0 – 100, followed by the value of 'done' on completion).

Type: GET
URI: /rest/serverengine/workflow/print/getProgress/{operationId}
Parameters:

Path:

  • operationId – Operation ID of All-In-One operation
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content:
Content Type:
Response:
Add. Headers:
Content: Progress value of All-In-One operation
Content Type: text/plain
Status:
  • 200 OK – Progress of operation successfully retrieved
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired