gemini-video-check
Monitor video generation progress and retrieve completed videos from Gemini API operations. Check processing status or download finished videos to specified paths.
Instructions
Check the status of a video generation operation.
If the video is still processing, returns the current status. If the video is complete, returns the video data.
Parameters:
operationId: The operation ID from gemini-video-generate (optional - uses last operation if not provided)
outputPath: Optional path to save the video file when complete
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | No | Operation ID from gemini-video-generate (uses last operation if not provided) | |
| outputPath | No | Optional path to save the video file |