Get 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Parent image-generation UUID. Returned by POST /open/v1/image-generations as data.generation_id.

string
required

Image UUID. Obtain it from the parent OpenImageGeneration.image_ids array (populated after the generation fans out into per-image tasks).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json