get_video_status
Retrieve the status of a submitted video generation job by ID, and download the completed video to a specified save 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). |