Retrieve an img2img job's status and results
Image Operations
Get an img2img job
Poll an img2img job for status and, once completed, the produced images.
GET
Retrieve an img2img job's status and results
Retrieve the status of an img2img 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 — download the assets before they expire.
Only jobs your organization created are visible; any other id returns
404 not_found. Requires the images.edit 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/img2img/{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.

