v1
latestOpenAPI 3.0.32026-07-24205887.6 KBGet image-generation image
Fetch a single generated image: prompt, status, aspect ratio, generated image URL (when complete). The image's URL is null until rendering finishes — keep polling until status is success or failed.
generation_id in the path is a structural parent reference; ownership is enforced by the caller's workspace, and the lookup is keyed on image_id.
Returns: code=0 success; code=40001 invalid path parameters or workspace context missing; code=40401 when the image does not belong to the caller's workspace; code=50001 when the upstream image-generation service is unavailable.
Path parameters
Parent image-generation UUID. Returned by POST /open/v1/image-generations as data.generation_id.
Parent image-generation UUID. Returned by POST /open/v1/image-generations as data.generation_id.
Image UUID. Obtain it from the parent OpenImageGeneration.image_ids array (populated after the generation fans out into per-image tasks).
Image UUID. Obtain it from the parent OpenImageGeneration.image_ids array (populated after the generation fans out into per-image tasks).
Response
Successful Response