gemini_get_result
Retrieve the result of an async generation by providing the job_id. Returns the generated images or raises an error if the job failed.
Instructions
Retrieve an async generation started with async: true. Pass the returned job_id: while running it reports status "running"; on completion it returns the normal result (image paths / inline images + meta); on failure it raises the recorded error. Jobs belong to your session and expire ~10 min after completion — if a job id is unknown, check the output dir / .json sidecar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by a generation tool called with async: true |