All Products
Search
Document Center

Intelligent Media Services:GetProjectExportJob

Last Updated:Jan 14, 2026

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

There is currently no authorization information disclosed in the API.

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.