Check on a running processing job
Check the status of a running processing job.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
OR
x-api-keystring
API keys will be provided by Emtelligent; contact us for key management. Keys will consist of only printable ASCII characters, and leading and trailing whitespace is insignificant.
Path parameters
job_id
ID of Job to check.
Response
Successful.
status
State of the Job:
- in-progress: This Job is in progress.
- done: This Job is successfully processed. Results are available inside the cloud object container you provided
- failed: Processing on this Job ended with a failure.
- cancelled: This Job was cancelled. The status may be a - separated contatenation of multiple states, indicating partial states.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
