Get async segmentation job status

Return the current job status and per-task state. This response does not include masks. Poll until status is success or failed, then call retrieveJobResult or createJobDownload.

Authentication

AuthorizationBearer

Unrestricted secret sk_live_... or Cognito access token in Authorization: Bearer ...

Path parameters

jobIdstringRequired
Async job identifier.

Response

Current async job status
jobIdstring
typeenum
processingModeenum
statusenum
totalItemsinteger>=1
createdAtdatetime
updatedAtdatetime
taskslist of objects

Per-task results for the job

errorstring or nullOptional

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error