Queries the information of a project export task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| JobId | string | Yes | The ID of the project export task. | ****cdb3e74639973036bc84**** |
Response parameters
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.
