All Products
Search
Document Center

Intelligent Media Services:GetPipeline

Last Updated:Jan 14, 2026

Queries the information about an ApsaraVideo Media Processing (MPS) queue.

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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
PipelineIdstringYes

The ID of the MPS queue.

****96e8864746a0b6f3****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

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

The information about the MPS queue.

PipelineIdstring

The ID of the MPS queue.

****20b48fb04483915d4f2cd8ac****
Namestring

The name of the MPS queue.

test-pipeline
Speedstring

The type of the MPS queue.

Valid values:

  • Standard: standard MPS queue.
  • Boost: MPS queue with transcoding speed boosted.
  • NarrowBandHDV2: MPS queue that supports Narrowband HD 2.0.
Standard
Priorityinteger

The priority of the MPS queue. Valid values: 1 to 10.

6
Statusstring

The state of the MPS queue.

Valid values:

  • Active
  • Paused
Active
CreateTimestring

The time when the template was created.

2022-07-12T16:17:54Z
ModifiedTimestring

The time when the template was last modified.

2022-07-12T16:17:54Z

Examples

Sample success responses

JSONformat

{
  "RequestId": "******11-DB8D-4A9A-875B-275798******",
  "Pipeline": {
    "PipelineId": "****20b48fb04483915d4f2cd8ac****",
    "Name": "test-pipeline",
    "Speed": "Standard",
    "Priority": 6,
    "Status": "Active",
    "CreateTime": "2022-07-12T16:17:54Z",
    "ModifiedTime": "2022-07-12T16:17:54Z"
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2022-07-18The response structure of the API has changedView Change Details
2022-07-11Add OperationView Change Details