Poll an async job — status + final result
Poll an async job — status + final result
Authentication
Customer secret key, required on every request. Validated natively by API Gateway; missing / invalid / revoked → 403.
Path parameters
Response headers
Credits consumed by this call (reserved estimate on a 202; actual once settled).
Response
Size of the stored result in bytes (present alongside resultUrl).
ISO-8601 expiry of resultUrl (clamped to the job’s own retention).
Set to “s3” when the result was too large to return inline; in that case
result is omitted and resultUrl holds a short-lived presigned download
URL instead. Fetch the URL directly; re-poll for a fresh one after it
expires (see resultExpiresAt).
Short-lived presigned GET URL for a large result (present iff resultStorage === “s3”).