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
jobId
Async job identifier.
Response
Current async job status
jobId
type
processingMode
status
totalItems
createdAt
updatedAt
tasks
Per-task results for the job
error
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error