get_video_status
Check the status of a video generation job by its ID. If completed, download the video optionally saving it to a specified path.
Instructions
Resume a previously submitted video generation job by id. Returns the latest status; if completed, downloads the video (and saves it when save_path is provided).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Job id from a previous generate_video call. | |
| save_path | No | Optional save path (applies when the job is already completed). |