9.6 Job status

GET http://{{rip_ip}}:5438/jobs/{{job_id}}/status

Retrieves the processing status of the job.

Response

Objects with basic information about the resource.

  • Process (object, optional) : Progress of the Workflow or RIP process.
    • Waiting
    • Hold
    • Error
    • Processing
    • Stopping
    • Completed
  • Spool (object, optional) : Progress of the spooling process (printing, cutting, finishing). The content is the same as for the Process object.
Error
  • 404 Not Found : {"Message":"Job not found"}