All Products
Search
Document Center

Intelligent Media Management:TaskInfo

Last Updated:Jan 19, 2026
ParameterTypeDescriptionExample
object

The task information.

Statusstring

The status of the task. Valid values:

  • Running: The task is running.
  • Succeeded: The task is successful.
  • Failed: The task failed.
Running
Codestring

The error code.

ResourceNotFound
Messagestring

The error message.

The specified resource project is not found.
StartTimestring

The start time of the task.

2021-12-24T03:01:41.662060377Z
EndTimestring

The end time of the task.

2021-12-24T03:01:49.480109219Z
UserDatastring

The custom user data.

{"ID": "user1","Name": "test-user1","Avatar": "http://example.com?id=user1"}
TaskTypestring

The type of the task.

VideoLabelClassification
TaskIdstring

The ID of the task.

c2b277b9-0d30-4882-ad6d-ad661382****
Tagsobject

The tags of the task. You can search for tasks by tag.

TaskRequestDefinitionstring

The parameter definition in the JSON string format. For more information, see the Request parameters section of the topic about an asynchronous processing task.

{ "ProjectName":"test-project", "CompressedFormat":"zip", "TargetURI":"oss://test-bucket/output/test.zip", "Sources":[{"URI":"oss://test-bucket/input/test.jpg"}] }
Progressinteger

The progress of the task.

0