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 values | Status description |
---|---|
0 | Pending |
1 | In progress |
-1 | Failed (temporarily) |
2 | Completed succesfully |
-2 | Aborted (final) |
Updated less than a minute ago