Retrieve an image-variations job's status and results
Image Operations
Get a variations job
Poll a variations job for status and, once completed, the produced images.
GET
Retrieve an image-variations job's status and results
Retrieve the status of a variations job. While it is
pending or processing, keep
polling; once completed, the response carries the produced images, each with a
presigned url valid for 24 hours. Only jobs your organization created are
visible; any other id returns 404 not_found. Requires
the images.transform scope.
Example: completed job
200 OK
Authorizations
Organization API key as a bearer token: Authorization: Bearer samsa_sk_....
Path Parameters
Response
Successful Response
GET /images/variations/{id} body — same contract as image generation.
Backed by image_generation_tasks like the other image jobs; a distinct
component name for the docs.
pending, processing, completed, failed, or cancelled.
Available options:
pending, processing, completed, failed, cancelled Example:
"completed"
When the job was submitted.
Net credits charged for this job, after any refunds.
Example:
5
Produced images (presigned URLs); empty until completed.
Failure detail when status is failed; otherwise null.

