get_generation_status
Retrieve the current status of an image generation or edit job, including completion state, saved file paths, error details, and recent logs.
Instructions
Check a generation/edit job started by generate_image, edit_image or generate_with_both. Returns status, saved file paths when finished, error details on failure, and recent job logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by a generation tool | |
| wait_seconds | No | Optionally block up to this many seconds for the job to finish (default 0 = return current state) |