Seedance Query Video Generation Task
Query the status of a video generation task.
Only supports the last 7 days of task records, time range [T-7 days, T), where T is the UTC timestamp (seconds) of the request. Note: Video URLs are valid for 14 days; please download or save them promptly.
Authorizations
Pass Authorization: Bearer <token> in the request header.
Headers
Request content type.
Path Parameters
The ID of the video generation task you need to query.
Note: The above parameters are Query String Parameters, passed in the URL string.
Response
response
Video generation task ID.
The model name and version used by the task, in model_name-version format.
Task status and related information:
queued: In queue.running: Task running.cancelled: Task cancelled, automatically deleted after 24h (only queued tasks can be cancelled).succeeded: Task successful.failed: Task failed.expired: Task timed out.`: Task failed.expired: Task timed out.
queued, running, cancelled, succeeded, failed, expired Error message. Returns null on success, returns error data on failure.
Unix timestamp (seconds) of task creation time.
Unix timestamp (seconds) of the current status update time.
The output content of the video generation task.
The seed integer value used for this request.
The resolution of the generated video.
The aspect ratio of the generated video.
The duration of the generated video, in seconds.
Note: Only one of duration and frames will be returned. If frames was not specified in the task creation, duration is returned.
The number of frames of the generated video.
Note: Only one of duration and frames will be returned. If frames was specified in the task creation, frames is returned.
The frame rate of the generated video.
Whether the generated video contains synchronized audio. Only returned for seedance 2.0 & 2.0 fast, seedance 1.5 pro.
true: The output video contains synchronized audio.false: The output video has no audio.
The tools actually used by the model for this request. Not returned if no tools were used.
Unique identifier of the end user. If this parameter was set when creating the video generation task, the API returns it as-is.
The execution priority of the current request.
Whether the generated video is a Draft video. Only returned for seedance 1.5 pro.
true: The current output is a Draft video.false: The current output is a normal video.
Draft video task ID. Returned when generating the final video based on a Draft video.
The actual service tier used to process the task.
Task timeout threshold, in seconds.
Token usage for this request.