agnes_get_video_status
Check the status of a video generation task using its video ID. Returns progress updates and, when complete, provides the remote URL or downloads the MP4 locally.
Instructions
Check the status of an Agnes video task by video_id. Returns status/progress, and if completed, the remote URL. Optionally downloads the mp4 locally when ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download | No | If completed, download the mp4 to the local output directory. | |
| video_id | Yes | The video_id returned when the task was created. |