wan_get_task
Retrieve video generation task status and result URLs. Poll with task ID to get completion state or error messages.
Instructions
Query the status and result of a video generation task.
Use this to check if a generation is complete and retrieve the resulting
video URLs and metadata.
Task states:
- 'pending': Generation is queued
- 'processing': Generation is in progress
- 'completed': Generation finished successfully
- 'failed': Generation failed (check error message)
Returns:
Task status and generated video information including URLs.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID returned from a generation request. This is the 'task_id' field from any wan_generate_* tool response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |