Create or reuse an async job archive download

Start or reuse a zip archive of a successful job’s outputs. Returns pending until the archive is built. The job must already be success; otherwise the API returns 409.

Authentication

AuthorizationBearer

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

Path parameters

jobIdstringRequired
Async job identifier.

Response

Archive download request accepted
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