Retrieve individual command action results
Required Permission: mdm.windows.command.get
Retrieve paginated list of individual command actions within batch showing processing status, responses, and error details per operation.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"items": [
{
"cmdId": "cmd-550e8400-e29b-41d4",
"status": "Acknowledged",
"config": {
"path": "./Device/Vendor/MSFT/Policy/Config/Security/RequireDeviceEncryption",
"action": "Replace",
"value": "1"
},
"data": [
{}
],
"statusCode": 200,
"sentAt": "2026-02-10T10: 05: 00.000Z",
"receivedAt": "2026-02-10T10: 05: 15.000Z",
"canceledAt": "2026-02-10T10: 06: 00.000Z"
}
],
"totalDocs": 42
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}