v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Task Logs
Returns the log of task updates
get/task/log
Query parameters
format'xml' | 'json'
task_idinteger[]
Unique ID of the task(s) to fetch.
Response
200
Example response
{
"response": {
"status": {
"success": "true",
"code": "200",
"message": "SUCCESS"
},
"tasks": {
"task": {
"log": [
{
"task_id": "12"
}
]
}
}
}
}