get_video_status
Check the status of a video generation task by task ID and download the completed video to a local directory if needed.
Instructions
查询视频生成任务状态;任务完成时可选下载视频到本地。
Args: task_id: generate_video 返回的任务 ID(24 小时内有效)。 model: 生成时的模型名(仅用于记录,可不填)。 download: 任务成功时是否把视频下载到本地(默认 true)。 output_dir: 本地保存目录(相对路径相对于全局输出目录)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| task_id | Yes | ||
| download | No | ||
| output_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||