gemini_get_result
Retrieve the result of an async generation task by providing its job ID. Returns generated images and metadata when the job completes.
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 |