Retrieve an img2img job's status and results
Operazioni sulle immagini
Recuperare un job img2img
Interroga un job img2img per lo stato e, una volta completato, le immagini prodotte.
GET
Retrieve an img2img job's status and results
Recupera lo stato di un job img2img. Finché è
pending o processing, continua a
interrogare; una volta completed, la risposta include le images prodotte, ognuna
con un presigned url valido per 24 ore — scarica gli asset prima che scadano.
Sono visibili solo i job creati dalla tua organizzazione; qualsiasi altro id
restituisce 404 not_found. Richiede lo scope
images.edit.
Esempio: job completato
200 OK
Autorizzazioni
Organization API key as a bearer token: Authorization: Bearer samsa_sk_....
Parametri del percorso
Risposta
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.
Opzioni disponibili:
pending, processing, completed, failed, cancelled Esempio:
"completed"
When the job was submitted.
Net credits charged for this job, after any refunds.
Esempio:
5
Produced images (presigned URLs); empty until completed.
Failure detail when status is failed; otherwise null.

