{
"code": 0,
"data": {
"task_id": "string",
"model": "string",
"task_type": "string",
"status": "Completed",
"input": {},
"output": {},
"meta": {
"created_at": "string",
"started_at": "string",
"ended_at": "string",
"usage": {
"type": "string",
"frozen": 0,
"consume": 0
},
"is_using_private_pool": true
},
"detail": null,
"logs": [
{}
],
"error": {
"code": 0,
"message": "string"
}
},
"message": "string"
}