Query Task
Seedance-2
Query Task
Use GET /v1/video/generations/{task_id} to query the status and result of a Seedance 2.0 video generation task.
GET
Query Task
Query Task
Query the task status, progress, and result video URL based on thetask_id returned by Create Video.
Method and Path
Request Example
Response Example
Authentication
Path Parameters
Video generation task ID, consistent with the
task_id returned by the creation endpoint.Response
Response code,
success on success.Task ID.
Task status:
SUBMITTED, IN_PROGRESS, SUCCESS, FAILURE.Progress string, such as
50% or 100%.Reason for failure, present only when
status=FAILURE.Upstream native status:
queued, pending, processing, succeeded, failed.Generated video URL (usually a temporary signed link, valid for about 12 hours by default).
Token usage related to billing.