Retrieve command processing details
Required Permission: mdm.windows.command.get
Retrieve complete processing details for specific command batch including status summary and timestamps for monitoring and troubleshooting.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"id": "507f1f77bcf86cd799439011",
"name": "Security Policy Update",
"winDeviceId": "507f1f77bcf86cd799439044",
"summary": [
{
"status": "Acknowledged",
"action": "Replace",
"num": 5
}
],
"createdAt": "2026-02-10T10: 00: 00.000Z",
"updatedAt": "2026-02-10T14: 30: 00.000Z"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}