Gets information about a project export task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetProjectExportJob |
none |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
The ID of the project export task. |
****cdb3e74639973036bc84**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
****2876-6263-4B75-8F2C-CD0F7FCF**** |
| ProjectExportJob |
object |
The project export task. |
|
| JobId |
string |
The ID of the project export task. |
****cdb3e74639973036bc84**** |
| ProjectId |
string |
The ID of the online editing project. |
****fddd7748b58bf1d47e95**** |
| ExportType |
string |
The export type. Valid values:
|
BaseTimeline |
| Status |
string |
The status of the project export task. Valid values:
|
Success |
| Code |
string |
The error code for the failed export task. Important Use the error code for troubleshooting. |
InvalidParameter |
| Message |
string |
The error message for the failed export task. Important Use the error message for troubleshooting. |
The specified parameter is not valid. |
| ExportResult |
object |
The exported data. |
|
| Timeline |
string |
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}]}]} |
| ProjectUrl |
string |
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&.... |
| UserData |
string |
The user-defined data in the JSON format. |
{"NotifyAddress":"http://xx.xx.xxx","Key":"Valuexxx"} |
Examples
Success response
JSON format
{
"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.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}]}]}",
"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
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.