All Products
Search
Document Center

Intelligent Media Services:GetProjectExportJob

Last Updated:Dec 23, 2025

Queries the information of a project export task.

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:GetProjectExportJobnone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdstringYes

The ID of the project export task.

****cdb3e74639973036bc84****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

****2876-6263-4B75-8F2C-CD0F7FCF****
ProjectExportJobobject

The project export task.

JobIdstring

The ID of the project export task.

****cdb3e74639973036bc84****
ProjectIdstring

The ID of the online editing project.

****fddd7748b58bf1d47e95****
ExportTypestring

The export type. Valid values:

  • BaseTimeline: exports the timeline.
  • AdobePremierePro: exports an Adobe Premiere Pro project.
BaseTimeline
Statusstring

The status of the project export task. Valid values:

  • Init: Initializing
  • Processing
  • Success
  • Failed
Success
Codestring

The error code for the failed export task.

Notice Use the error code for troubleshooting.

InvalidParameter
Messagestring

The error message for the failed export task.

Notice Use the error message for troubleshooting.

The specified parameter is not valid.
ExportResultobject

The exported data.

Timelinestring

The timeline of the online editing job. This field is returned when ExportType is BaseTimeline. For data structure, see Timeline .

{"VideoTracks":[{"VideoTrackClips":[{"Type":"Video","MediaId":"****4d7cf14dc7b83b0e801c****","MediaURL":"https://test-bucket.oss-cn-shanghai.aliyuncs.com/test.mp4","TimelineIn":0.0,"TimelineOut":5.0,"In":0.0,"Out":5.0,"Speed":1.0,"Duration":5.0,"VirginDuration":13.334,"Height":1.0,"Width":1.0,"X":0.0,"Y":0.0}]}]}
ProjectUrlstring

The URL of the exported project, which is typically a signed OSS URL. This field is returned when ExportType is AdobePremierePro.

http://example-bucket.oss-cn-shanghai.aliyuncs.com/example_prefix/exported_project_1e8c39a502c3436c84f88290cd713bf3.zip?Expires=1750331685&....
UserDatastring

The user-defined data in the JSON format.

{"NotifyAddress":"http://xx.xx.xxx","Key":"Valuexxx"}

Examples

Sample success responses

JSONformat

{
  "RequestId": "****2876-6263-4B75-8F2C-CD0F7FCF****",
  "ProjectExportJob": {
    "JobId": "****cdb3e74639973036bc84****\n",
    "ProjectId": "****fddd7748b58bf1d47e95****\n",
    "ExportType": "BaseTimeline",
    "Status": "Success",
    "Code": "InvalidParameter",
    "Message": "The specified parameter is not valid.",
    "ExportResult": {
      "Timeline": {
        "VideoTracks": [
          {
            "VideoTrackClips": [
              {
                "Type": "Video",
                "MediaId": "****4d7cf14dc7b83b0e801c****",
                "MediaURL": "https://test-bucket.oss-cn-shanghai.aliyuncs.com/test.mp4",
                "TimelineIn": 0,
                "TimelineOut": 5,
                "In": 0,
                "Out": 5,
                "Speed": 1,
                "Duration": 5,
                "VirginDuration": 13.334,
                "Height": 1,
                "Width": 1,
                "X": 0,
                "Y": 0
              }
            ]
          }
        ]
      },
      "ProjectUrl": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example_prefix/exported_project_1e8c39a502c3436c84f88290cd713bf3.zip?Expires=1750331685&...."
    },
    "UserData": {
      "NotifyAddress": "http://xx.xx.xxx",
      "Key": "Valuexxx"
    }
  }
}

Error codes

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