Retrieves the details of a workflow task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetAIWorkflowTask |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
No |
The ID of the workflow task. |
********-266c-4bb8-b20c-6faa******** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
******11-DB8D-4A9A-875B-275798****** |
| WorkflowTask |
object |
The information about the workflow task. |
|
| TaskId |
string |
The ID of the workflow task. |
********-67fd-43aa-9cc1-3e7f******** |
| Status |
string |
The task state. Valid values:
Valid values:
|
succeeded |
| Inputs |
string |
The input parameters of the workflow task. |
{\"source_language_id\":\"en\",\"live_id\":123,\"live_url\":{\"url\":\"rtmp://test.com.cn/video/638d9088fe4f15ce\"}} |
| CreateTime |
string |
The time when the task was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2025-07-28T02:17:26Z |
| FinishTime |
string |
The time when the task was complete. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2025-08-19T02:28:22Z |
| Workflow |
object |
The workflow template information. |
|
| WorkflowId |
string |
The ID of the workflow template. |
****3f44-f1f6-477e-9364-c5e6c49e**** |
| Name |
string |
The name of the workflow template. |
RealtimeTranslation |
| Status |
string |
Workflow template status. Valid values:
|
Draft |
| Type |
string |
The scenario type of the template. |
Live |
| CreateTime |
string |
The time when the template was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2025-08-20T01:35:04Z |
| ModifiedTime |
string |
The time when the template was last modified. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2025-08-20T01:35:04Z |
| Version |
string |
The template version. |
****ec0a-e3b9-40b1-abf2-6549d00e**** |
| Graph |
string |
The workflow's topological structure. |
{ "nodes":[...], "edges":[...] } |
| NodeResults |
string |
The results of the workflow nodes. The structure of this JSON varies based on the workflow's configuration. |
{...} |
| UserData |
string |
The user-defined data. |
{"NotifyAddress":"http://xx.xx.xxx"} |
| Outputs |
string |
The node output. |
{ "result":"test" } |
| Version |
string |
The version of the workflow template that was executed. |
****ec0a-e3b9-40b1-abf2-6549d00e**** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"WorkflowTask": {
"TaskId": "********-67fd-43aa-9cc1-3e7f********",
"Status": "succeeded",
"Inputs": "{\\\"source_language_id\\\":\\\"en\\\",\\\"live_id\\\":123,\\\"live_url\\\":{\\\"url\\\":\\\"rtmp://test.com.cn/video/638d9088fe4f15ce\\\"}}",
"CreateTime": "2025-07-28T02:17:26Z",
"FinishTime": "2025-08-19T02:28:22Z",
"Workflow": {
"WorkflowId": "****3f44-f1f6-477e-9364-c5e6c49e****",
"Name": "RealtimeTranslation",
"Status": "Draft",
"Type": "Live",
"CreateTime": "2025-08-20T01:35:04Z",
"ModifiedTime": "2025-08-20T01:35:04Z",
"Version": "****ec0a-e3b9-40b1-abf2-6549d00e****",
"Graph": "{\n\"nodes\":[...],\n\"edges\":[...]\n}"
},
"NodeResults": "{...}",
"UserData": "{\"NotifyAddress\":\"http://xx.xx.xxx\"}",
"Outputs": "{\n\"result\":\"test\"\n}",
"Version": "****ec0a-e3b9-40b1-abf2-6549d00e****"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.