Version: 202506
Get theme task
GET/openapi/2025-06/themes/task/:task_id
Retrieves the status and details of a background task for the specified theme.
Request
Path Parameters
task_id stringrequired
Task ID
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
task object
Task
idstring
Task ID
store_idint32
Store ID
typestring
Type
statusint32
Status
created_atstring
Creation timestamp, in ISO-8601 format
updated_atstring
Last update timestamp, in ISO-8601 format
infostring
Information
messagestring
Message
manifeststring
Manifest
{
"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"
}
}
}