查询任务详情
GET
https://api.gezhe.com/v1/extracts/{id}请求参数
Path 参数
id
string
任务 ID
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
任务 ID
output
string
必需
name
string
必需
status
string
必需
userId
string
必需
errorCode
null
必需
errorMsg
null
必需
target
array [array]
必需
array[string]
可选
代表一个文本框或元素
finishedAt
null
必需
thumbnailRequired
boolean
必需
snapImageStatus
string
必需
notifyURL
null
必需
creatorId
string
必需
createdAt
string
必需
updatedAt
string
必需
示例
{
"userId": "UvyBQwS",
"id": "UvyBQwSE240927suz1A3",
"output": "text",
"name": "XXX发布会.pptx",
"status": "done",
"errorCode": null,
"errorMsg": null,
"target": [
[
[
"XXX发布会"
],
[
"2024.09.21"
]
],
[
[
"01"
],
[
"常见问题"
]
]
],
"finishedAt": null,
"thumbnailRequired": false,
"snapImageStatus": "none",
"notifyURL": null,
"notifyCount": 0,
"creatorId": "WWUyXhnv",
"createdAt": "2024-09-27T10:37:27.000Z",
"updatedAt": "2024-09-27T10:37:30.000Z"
}
最后修改时间: 3 个月前