All Products
Search
Document Center

ApsaraVideo Media Processing:QueryMediaWorkflowExecutionList

Last Updated:Jun 11, 2026

Mengkueri instans eksekusi alur kerja media.

Deskripsi operasi

  • You can call this operation to query a maximum of 10 media workflow execution instances at a time.

  • Before you call this operation, make sure that the workflow pipeline is enabled. Otherwise, the workflow may not run as expected. For example, the following exceptions may occur: the workflow node is invalid and jobs created in the workflow cannot be executed.

QPS limit

You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

mts:QueryMediaWorkflowExecutionList

get

*全部资源

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

RunIds

string

Yes

ID instans eksekusi alur kerja media. Untuk mendapatkan ID instans, log masuk ke Konsol ApsaraVideo Media Processing (MPS) dan pilih Workflows > Execution Instances di panel navigasi sebelah kiri. Pisahkan beberapa ID dengan koma (,). Anda dapat mengkueri maksimal 10 instans eksekusi alur kerja media dalam satu pengatur waktu.

48e33690ac19445488c706924321****

Elemen respons

Element

Type

Description

Example

object

The response parameters.

NonExistRunIds

object

RunId

array

The IDs of the execution instances that do not exist.

string

The IDs of the execution instances that do not exist. null is returned if all specified execution instances exist.

null

MediaWorkflowExecutionList

object

MediaWorkflowExecution

array<object>

The details of the media workflows.

array<object>

The information about the media workflow.

CreationTime

string

The time when the media workflow was created.

016-04-01T06:53:43Z

MediaWorkflowId

string

The ID of the media workflow.

93ab850b4f6f44eab54b6e91****81d4

State

string

The status of the media workflow. Valid values:

  • Running: The media workflow is running.

  • Completed: The media workflow is complete.

Catatan

Completed only indicates that the media workflow is complete. View the status of each method in the workflow, such as the transcode and snapshot methods, to check whether the method is called.

  • Fail: The media workflow fails.

Completed

ActivityList

object

Activity

array<object>

The methods that are called in the media workflow.

array<object>

The details of the method.

EndTime

string

The time when the method ends.

2016-04-01T06:53:44Z

Type

string

The methods that are supported in the media workflow. Valid values: Start, Snapshot, Transcode, Analysis, and Report. For more information, see Methods supported for media workflows.

Start

StartTime

string

The time when the method is called.

2016-04-01T06:53:44Z

State

string

The status of the workflow method. Valid values:

  • Running: The method is being called.

  • Success: The method is called.

  • Fail: The method failed to be called.

  • Skipped: The method is skipped.

Catatan

For example, after the analysis is complete, the transcode method is called and high-definition and standard-definition transcoding jobs are created. The system determines whether to run the jobs based on the analysis result. If the resolution of the input video is low, the high-definition transcoding job may be skipped.

Running

JobId

string

The IDs of the jobs that are generated when the methods are called, such as the job IDs for the analysis, transcode, and snapshot methods.

2376030d9d0849399cd20e20f4f3****

Code

string

The error code.

  • This parameter is returned only if Fail is returned for the State parameter.

  • This parameter is not returned if the method status is Success.

InvalidParameter.ResourceContentBad

Message

string

The error message.

  • This parameter is returned only if Fail is returned for the State parameter.

  • This parameter is not returned if the method status is Success.

The resource operated InputFile is bad

Name

string

The name of the method.

Catatan

The name of each method in a media workflow is unique.

Start

MNSMessageResult

object

The message sent by Message Service (MNS) to notify the user of the job result.

MessageId

string

The ID of the message that indicates the MNS message is sent. This parameter is not returned if the MNS message fails to be sent.

4f3bc83233de4e2f81c7dade443e****

ErrorMessage

string

The error message returned if the MNS message fails to be sent. This parameter is not returned if the MNS message is sent.

MessageConfigEmpty

ErrorCode

string

The error code returned if the MNS message fails to be sent. This parameter is not returned if the MNS message is sent.

The Topic/Queue config is empty, not send message

Name

string

The name of the media workflow.

example-mediaworkflow-****

Input

object

The input data of the media workflow.

UserData

string

The user-defined data.

example data ****

InputFile

object

The input file of the media workflow.

Object

string

The name of the OSS object that is used as the input file.

example-mediaWorkflow-****/example-object-****/example.mp4

Location

string

The ID of the OSS region in which the input file resides.

mps-cn-shanghai

Bucket

string

The name of the OSS bucket in which the input file is stored.

example-bucket-****

MediaId

string

The ID of the media asset. A media file contains all the information about a media workflow.

512046582a924698a41e0f8b0d2b****

RunId

string

The ID of the execution instance.

48e33690ac19445488c706924321****

RequestId

string

The ID of the request.

D1D5C080-8E2F-5030-8AB4-13092F17631B

Contoh

Respons sukses

JSONformat

{
  "NonExistRunIds": {
    "RunId": [
      "null"
    ]
  },
  "MediaWorkflowExecutionList": {
    "MediaWorkflowExecution": [
      {
        "CreationTime": "016-04-01T06:53:43Z",
        "MediaWorkflowId": "93ab850b4f6f44eab54b6e91****81d4",
        "State": "Completed",
        "ActivityList": {
          "Activity": [
            {
              "EndTime": "2016-04-01T06:53:44Z",
              "Type": "Start",
              "StartTime": "2016-04-01T06:53:44Z",
              "State": "Running",
              "JobId": "2376030d9d0849399cd20e20f4f3****",
              "Code": "InvalidParameter.ResourceContentBad",
              "Message": "The resource operated InputFile is bad",
              "Name": "Start",
              "MNSMessageResult": {
                "MessageId": "4f3bc83233de4e2f81c7dade443e****",
                "ErrorMessage": "MessageConfigEmpty",
                "ErrorCode": "The Topic/Queue config is empty, not send message"
              }
            }
          ]
        },
        "Name": "example-mediaworkflow-****",
        "Input": {
          "UserData": "example data ****",
          "InputFile": {
            "Object": "example-mediaWorkflow-****/example-object-****/example.mp4",
            "Location": "mps-cn-shanghai",
            "Bucket": "example-bucket-****"
          }
        },
        "MediaId": "512046582a924698a41e0f8b0d2b****",
        "RunId": "48e33690ac19445488c706924321****"
      }
    ]
  },
  "RequestId": "D1D5C080-8E2F-5030-8AB4-13092F17631B"
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.