版本:202506
查询主题任务
GET/openapi/2025-06/themes/task/:task_id
获取指定主题后台任务的状态和详情。
请求
Path参数
task_id string必填
任务 ID
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
task object
任务信息
idstring
任务 ID
store_idint32
店铺 ID
typestring
类型
statusint32
状态
created_atstring
创建时间,ISO-8601 格式
updated_atstring
最后更新时间,ISO-8601 格式
infostring
信息
messagestring
消息内容
manifeststring
清单
{
"code": "string",
"message": "string",
"data": {
"task": {
"id": "string",
"store_id": 0,
"type": "string",
"status": 0,
"created_at": "string",
"updated_at": "string",
"info": "string",
"message": "string",
"manifest": "string"
}
}
}