minimax_get_task
Check a video generation task's status and retrieve the generated video URLs and metadata once it succeeds. Resolve queued, running, failed, or cancelled states to get the final result.
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 other metadata.
Use this when:
- You want to check if a generation has completed
- You need to retrieve video URLs from a previous generation
- You want to get the full details of a generated video
Task states:
- 'queued' or 'running': Generation is still in progress
- 'succeeded': Generation finished successfully
- 'failed' or 'cancelled': Generation reached a terminal error state
Returns:
Task status and generated video information including URLs and status.
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 minimax_generate_* tool response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |