Google Videos Retrieve Operation
google-videos-retrieve-operationRetrieves the status or result of a Google video generation operation, returning either a video URL or base64-encoded bytes based on the response format.
Instructions
Retrieve the status/result of a Google video generation operation (response_format=url|b64_json controls uri vs videoBytes in structuredContent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_name | Yes | Google video operation name/id. | |
| response_format | No | Controls structuredContent video fields: 'url' (default) prefers video.uri, 'b64_json' prefers video.videoBytes. | url |