查询任务详情
GET
https://api.gezhe.com/v1/renders/{id}查看一个渲染任务,获取任务状态和结果文件
请求参数
Path 参数
id
string
必需
示例值:
27C240801uztlDT
Query 参数
type
enum<string>
返回的链接类型
枚举值:
accessimagedownload
默认值:
access
name
string
可选
期望下载的文件名 type=download 生效
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
任务 ID
任务唯一标识
name
string
任务名称
status
enum<string>
任务状态
枚举值:
pendingdoingdoneerror
target
array [array]
转换后的文件
string
可选
3 个元素,分别为下载地址、文件大小、文件md5 值
finishedAt
string
任务完成时间
notifyURL
string
接受任务状态变更的回调地址
合法的 url 地址,返回状态 200 即为收到通知
errorCode
string
错误码
errorMsg
string
错误信息
示例
{
"userId": "UvyBQwS",
"id": "UvyBQwSC240926tdAJaa",
"name": "产品发布会",
"status": "done",
"errorMsg": null,
"target": [
[
"https://gezhe-platform.oss-cn-beijing.aliyuncs.com/2024-09/b9/b9815857-69e6-49d2-8bde-97deaecac8f7.jpg",
55102,
"db5c68cdb8601fe27b9e965eaaca5723"
],
[
"https://gezhe-platform.oss-cn-beijing.aliyuncs.com/2024-09/ef/efb2e37b-5e53-4f8b-b205-f57672e0f46f.jpg",
65832,
"c19ef8380aadbb4f326c866442ab471f"
],
[
"https://gezhe-platform.oss-cn-beijing.aliyuncs.com/2024-09/34/34f5120c-b48e-4746-83bf-205e1c70c381.jpg",
148257,
"0e5ca68eabe083ee6466fd1d9fd8a928"
]
],
"mode": "normal",
"resolution": 1280,
"output": "jpg",
"slides": null,
"creatorId": "WWUyXhnv",
"finishedAt": "2024-09-26T02:08:51.000Z",
"notifyURL": null,
"notifyCount": 0,
"createdAt": "2024-09-26T02:08:27.000Z",
"updatedAt": "2024-09-26T02:08:51.000Z"
}
最后修改时间: 3 个月前