All Products
Search
Document Center

Intelligent Media Services:ListMediaConvertJobs

Last Updated:Dec 23, 2025

Retrieves MediaConvert tasks.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:ListMediaConvertJobsnone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdstringNo

The task ID.

88c6ca184c0e47098a5b665e2****
StartOfCreateTimestringNo

The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2022-07-01T00:00:00Z
EndOfCreateTimestringNo

The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2022-07-15T00:00:00Z
StatusstringNo

The task status.

  • Inited: submitted
  • Running
  • Complete
  • Error
Success
OrderBystringNo

The sorting order. Valid values: CreateTimeDesc: sorts by create time in descending order. CreateTimeAsc: sorts by create time in ascending order.

CreateTimeDesc
PageSizeintegerNo

The number of entries per page. Valid values: 0 to 100. Default value: 20.

10
NextPageTokenstringNo

The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request.

ab4802364a2e49208c99efab82dfa8e8

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

******11-DB8D-4A9A-875B-275798******
NextPageTokenstring

Indicates the read position returned by the current call. An empty value means all data has been read.

****cdb3e74639973036bc84****
Jobsarray

The tasks.

JobMediaConvertJobWithoutDetail

The task information without details.

Examples

Sample success responses

JSONformat

{
  "RequestId": "******11-DB8D-4A9A-875B-275798******",
  "NextPageToken": "****cdb3e74639973036bc84****\n",
  "Jobs": [
    {
      "RequestId": "******11-DB8D-4A9A-875B-275798******",
      "Message": "The resource operated \"%s\" cannot be found",
      "FinishTime": "2024-12-07T13:01:07Z",
      "UserData": {
        "info": "xxx"
      },
      "Config": {
        "Outputs": [
          {
            "OutputFile": {
              "Type": "OSS",
              "Media": "http://bucket.loction.aliyuncs.com/path/to/video.mp4",
              "Url": ""
            },
            "Priority": 6,
            "OverrideParams": {},
            "Features": {},
            "TemplateId": "****96e8864746a0b6f3****",
            "Name": "output-video"
          }
        ],
        "JobName": "Name",
        "OutputGroups": [
          {
            "GroupConfig": {
              "OutputFileBase": {
                "Type": "OSS",
                "Media": "http://bucket.loction.aliyuncs.com/path/to/video.mp4",
                "Url": ""
              },
              "ManifestName": "manifest",
              "Type": "Hls"
            },
            "Outputs": [
              {
                "Priority": 6,
                "OverrideParams": {},
                "Features": {},
                "OutputFileName": "720p.mp4",
                "TemplateId": "****96e8864746a0b6f3****\n",
                "Name": "group-output"
              }
            ],
            "Name": "hls-group"
          }
        ],
        "Inputs": [
          {
            "Name": "InputVideo",
            "InputFile": {
              "Type": "OSS",
              "Media": "http://bucket.loction.aliyuncs.com/path/to/video.mp4",
              "Url": ""
            }
          }
        ]
      },
      "State": "Inited",
      "CreateTime": "2024-12-07T13:01:07Z\n",
      "PipelineId": "688c2a8bfa4e44ddbba0c8730db91b0c",
      "ClientToken": "****12e8864746a0a398****",
      "TriggerSource": "Console",
      "Code": "InvalidParameter.ResourceNotFound",
      "JobId": "****d80e4e4044975745c14b****"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.