get_video_status
Check status of a video generation operation and get the video URL when done. Optionally download the completed video.
Instructions
Check the status of a video generation operation.
Returns the current status (done/pending) and video URL if completed. Can also download the completed video (use after generate_video with wait: false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download | No | If true and the operation is done, download the video to output_path (or OUTPUT_DIR). Default: false | |
| output_path | No | Path to save the video when downloading. Implies download. If not provided, uses OUTPUT_DIR env var | |
| operation_name | Yes | The operation name returned from generate_video, extend_video, or interpolate_frames |