Queries the execution information of a workflow task.
Operation description
Before you use this operation, make sure that you are familiar with the billing methods and pricing of ApsaraVideo VOD. Using workflows may incur fees for transcoding, encryption, automated review, and other services. For billing details, see Billing overview.
You can call this operation to query workflow processing tasks. This operation currently supports only video understanding workflow task queries. Workflow tasks of other versions are not supported.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
No |
The task ID used to query the refresh status. |
70422**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
63E8B7C7-4812-46*****AD-0FA56029AC86 |
| WorkflowId |
string |
The workflow ID. You can log on to the ApsaraVideo VOD console and choose Configuration Management > Media Processing > Workflow Management to view the ID. |
613efff3887ec34af685714cc461**** |
| TaskId |
string |
The task ID used to query the refresh status. |
70422**** |
| Status |
string |
The result of this review. This indicates the current manual review result. Valid values:
|
succeeded |
| GmtCreateUtc |
string |
The time when the task was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format. |
2025-07-28T02:17:26Z |
| FinishTimeUtc |
string |
The time when the task was completed. The time is in the yyyy-MM-ddTHH:mm:ssZ format. |
2025-08-19T02:28:22Z |
| Outputs |
string |
The output information. |
{} |
| NodeResults |
string |
The node results of the workflow task. The value is in JSON format and varies based on the workflow configuration. |
{} |
| ErrorCode |
string |
The error code returned when transcoding fails. |
200 |
| ErrorMessage |
string |
The error message returned when transcoding fails. |
ErrorMessage |
| UserData |
string |
The custom information. |
{} |
Examples
Success response
JSON format
{
"RequestId": "63E8B7C7-4812-46*****AD-0FA56029AC86",
"WorkflowId": "613efff3887ec34af685714cc461****",
"TaskId": "70422****",
"Status": "succeeded",
"GmtCreateUtc": "2025-07-28T02:17:26Z",
"FinishTimeUtc": "2025-08-19T02:28:22Z",
"Outputs": "{}",
"NodeResults": "{}",
"ErrorCode": "200",
"ErrorMessage": "ErrorMessage",
"UserData": "{}"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.