doubao-seedance-2-0-filter-off
Query Task
GET
Authorization
- Auth Type:
Bearer Auth(In:header) - Format:
Authorization: Bearer <YOUR_API_KEY> - Description: Use
Bearer <YOUR_API_KEY>. Format:Authorization: Bearer sk-xxxxxx. - API Key: where API Key is your AGCloud API KEY
Path Parameters
The processing task ID.
Field Description
| Field | Type | Description |
|---|---|---|
id | string | Task identifier (same value as result.task_id from the create task response when present). |
model | string | Model used for generation. |
status | string | Task lifecycle status (e.g. queued, pending, running, succeeded, failed, expired, cancelled). |
content | object | Result payload when the task completes; shape may vary by status. |
content.video_url | string | URL of the generated video when status indicates success. |
usage | object | Token usage for this task. |
usage.completion_tokens | integer | Tokens attributed to completion / output. |
usage.total_tokens | integer | Total tokens counted for billing or reporting. |
created_at | integer | Task creation time (Unix timestamp). |
updated_at | integer | Last update time (Unix timestamp). |
seed | integer | Random seed used for this generation when applicable. |
resolution | string | Output resolution (e.g. 720p). |
ratio | string | Output aspect ratio. |
duration | integer | Video duration in seconds. |
framespersecond | integer | Frame rate used for encoding. |
service_tier | string | Service tier applied to the task. |
execution_expires_after | integer | Task execution expiry window from creation (seconds), when returned. |
generate_audio | boolean | Whether audio output was requested. |
draft | boolean | Whether generation ran in draft mode. |