All Products
Search
Document Center

Intelligent Media Services:ListLiveTranscodeJobs

Last Updated:Aug 14, 2026

Queries the list of real-time media transcoding tasks by calling ListLiveTranscodeJobs.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

ice:ListLiveTranscodeJobs

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

Type

string

No

The template type corresponding to the transcoding task.

  • normal: standard

  • narrow-band: narrow bandwidth high definition

  • audio-only: audio only

  • origin: original quality

normal

StartMode

integer

No

The start mode.

  • 0: start immediately

  • 1: scheduled start

Valid values:

  • 0 :

    0

  • 1 :

    1

0

Status

integer

No

The task status.

  • 0: not started

  • 1: running

  • 2: stopped

Valid values:

  • 0 :

    0

  • 1 :

    1

  • 2 :

    2

1

PageNo

integer

No

The page number. Default value: 1.

1

PageSize

integer

No

The number of entries per page. Default value: 10. Maximum value: 100.

20

SortBy

string

No

The sort order. Sorts by CreateTime. Default value: desc.

  • asc: ascending order

  • desc: descending order

asc

KeyWord

string

No

The search keyword. You can search by task ID or name. Name supports fuzzy match.

24ecbb5c-4f98-4194-9400-f17102e27fc5

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

******3B-0E1A-586A-AC29-742247******

TotalCount

integer

The total number of entries.

100

JobList

array<object>

The list of transcoding tasks.

array<object>

Name

string

The name of the transcoding task.

mytask

JobId

string

The task ID.

****a046-263c-3560-978a-fb287782****

TemplateType

string

The type of the transcoding template corresponding to the transcoding task.

normal

TemplateId

string

The template ID corresponding to the transcoding task.

****a046-263c-3560-978a-fb287666****

TemplateName

string

The template name.

Template 1

StartMode

integer

The start mode.

0

Status

integer

The task status.

1

StreamInput

object

The input stream information.

Type

string

The type of the input stream.

rtmp

InputUrl

string

The URL of the input stream.

rtmp://mydomain/app/stream1

OutputStream

object

The output stream information.

StreamInfos

array<object>

The list of stream URLs.

object

Type

string

The type of the output stream protocol. Only the RTMP protocol is supported.

rtmp

OutputUrl

string

The URL of the output stream.

rtmp://mydomain/app/mytranscode1

CreateTime

string

The creation time.

2022-07-20T02:48:58Z

Examples

Success response

JSON format

{
  "RequestId": "******3B-0E1A-586A-AC29-742247******",
  "TotalCount": 100,
  "JobList": [
    {
      "Name": "mytask",
      "JobId": "****a046-263c-3560-978a-fb287782****",
      "TemplateType": "normal",
      "TemplateId": "****a046-263c-3560-978a-fb287666****",
      "TemplateName": "Template 1",
      "StartMode": 0,
      "Status": 1,
      "StreamInput": {
        "Type": "rtmp",
        "InputUrl": "rtmp://mydomain/app/stream1"
      },
      "OutputStream": {
        "StreamInfos": [
          {
            "Type": "rtmp",
            "OutputUrl": "rtmp://mydomain/app/mytranscode1"
          }
        ]
      },
      "CreateTime": "2022-07-20T02:48:58Z"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.