Get async job archive download status

Poll an archive request started with createJobDownload. When status is ready, downloadUrl is a short-lived presigned zip containing output_manifest.json and mask artifacts.

Authentication

AuthorizationBearer

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

Path parameters

jobIdstringRequired
Async job identifier.

Response

Current job archive download status
jobIdstring
statusenum
expiresAtdatetime or null
downloadUrlstring or nullformat: "uri"
retryAfterSecondsinteger or null
errorstring or null

Errors

401
Unauthorized Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error