veo_check_generation
Check the status of a video generation subprocess to monitor progress and determine when your video is ready. Avoids direct API polling.
Instructions
Check the status of a video generation subprocess.
This monitors the subprocess that is handling the video generation, not the Gemini API directly. The subprocess handles all API polling.
If the generation has an operation_id, you can also use veo_check_operation to directly query Google's API for the operation status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID returned from veo_generate_video |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||