get_video_task_result
Query the status of a video generation task using its task ID. Retrieve the download URL upon successful completion.
Instructions
Query the status of a video generation task using the Task ID returned by generate_video.
CRITICAL INSTRUCTIONS FOR AI AGENTS:
Video generation takes time (often 1-3 minutes).
If the returned status is "ordered" or "running", DO NOT tell the user it failed. Ask the user to wait, and call this tool again after 10-15 seconds.
Once the status is "succeeded", the response will contain the download URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |