Status API
The job request id is returned as a response when the job is accepted.
GET /job/status?reqId=<job-id>#
Job done response#
If the job is completed successfully, the job status is set to done and the output can be found in the specified outputUrl location.
Job queued response#
If the job is still queued, the job status is set to queued. You can check the job status again after some time.
Job errored response#
If the job errored due to some reason, the status will be set to "errored"