Check the progress of a process

Poll for process status and get metadata

You can then poll about the status of your job using the unique process id via a GET process.The response of this call is a media type/JSON containing (among other fields) the status of your job, e.g., 0: pending, 1: processing, 2: completed.

Status possible valuesStatus description
0Pending
1In progress
-1Failed (temporarily)
2Completed succesfully
-2Aborted (final)