get_video_status
Check a video generation operation's status using its recovery ID or operation name. If rendering is complete, download and store the video for the owning key.
Instructions
Catalog entry. Runs in your Kuudo deployment, not here. Probe one video operation (exactly one of recovery_id / operation_name). Makes at most one Google status call and never waits for rendering. When the render is finished it downloads and stores the video in this call. Owner-scoped: only the key that submitted the operation can see it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recovery_id | No | The recovery_id echoed by generate_video. | |
| operation_name | No | Alternatively, the Google operation name. | |
| retry_collection | No | Retry a backed-off collection now instead of waiting. |