GetProjectExportJob - 查询工程导出任务
查询工程导出任务信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
ice:GetProjectExportJob |
none |
*全部资源
|
无 | 无 |
请求语法
GET HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| JobId |
string |
是 |
工程导出任务 ID。 |
****cdb3e74639973036bc84**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 ID |
****2876-6263-4B75-8F2C-CD0F7FCF**** |
| ProjectExportJob |
object |
工程导出任务 |
|
| JobId |
string |
工程导出任务 ID |
****cdb3e74639973036bc84**** |
| ProjectId |
string |
云剪辑工程 ID |
****fddd7748b58bf1d47e95**** |
| ExportType |
string |
工程导出类型。取值:
|
BaseTimeline |
| Status |
string |
工程导出任务状态,取值:
|
Success |
| Code |
string |
工程导出任务错误码 重要 任务失败时关注该字段 |
InvalidParameter |
| Message |
string |
工程导出任务错误信息 重要 任务失败时关注该字段 |
The specified parameter is not valid. |
| ExportResult |
object |
导出结果 |
|
| Timeline |
string |
云剪辑时间线。当导出类型为 BaseTimeline 时返回此字段。具体结构定义,请参见 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 |
导出工程的文件地址,一般是带鉴权的 OSS URL。当导出类型为 AdobePremierePro 时,返回此字段。 |
http://example-bucket.oss-cn-shanghai.aliyuncs.com/example_prefix/exported_project_1e8c39a502c3436c84f88290cd713bf3.zip?Expires=1750331685&.... |
| AudioUrl |
string |
||
| SrtList |
array<object> |
||
|
object |
|||
| Tag |
string |
||
| SrtUrl |
string |
||
| UserData |
string |
用户自定义设置,JSON 格式。 |
{"NotifyAddress":"http://xx.xx.xxx","Key":"Valuexxx"} |
示例
正常返回示例
JSON格式
{
"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&....",
"AudioUrl": "",
"SrtList": [
{
"Tag": "",
"SrtUrl": ""
}
]
},
"UserData": "{\"NotifyAddress\":\"http://xx.xx.xxx\",\"Key\":\"Valuexxx\"}"
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。