seedance_get_task
Retrieve the current status of a video generation task by providing its task ID. Returns details such as status, video URL, and error information.
Instructions
Query a Seedance video generation task status.
Args: task_id: The task ID returned by create_video.
Returns: JSON with ok, task_id, status, video_url, error, and raw response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |