Retrieve Detailed Information about a Single Task on a Device
GET /api/v2/devices/992741055/tasks/60d0aabb31eddd2de579992c
{
"data": {
"id": "60d0aabb31eddd2de579992c",
"type": "tasks",
"attributes": {
"function": "INSTALL_APP",
"state": "queued",
"created_at": "2021-06-21T15:05:31.162Z",
"app": {
"name": "app_11148179",
"version": "3.9.6",
"config_ids": "",
"id": "60d0aabb31eddd2de5799923"
}
}
}
}