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
jobId
Async job identifier.
Response
Archive download request accepted
jobId
status
expiresAt
downloadUrl
retryAfterSeconds
error
Errors
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error