/organizations/:organizationId/mdm/android/enterprise/devices/:emmDeviceId/commands/ **Required Permission:** `mdm.android.command.list` Retrieves a paginated list of commands issued to the specified Android Enterprise device.
/organizations/:organizationId/mdm/android/enterprise/devices/:emmDeviceId/commands/ **Required Permission:** `mdm.android.command.create` Creates and queues a new management command for execution on the target device.
/organizations/:organizationId/mdm/android/enterprise/devices/:emmDeviceId/commands/:emmCommandId **Required Permission:** `mdm.android.command.get` Retrieves detailed information and execution status for a specific device command.
/organizations/:organizationId/mdm/android/enterprise/devices/:emmDeviceId/commands/:emmCommandId/cancel **Required Permission:** `mdm.android.command.cancel` Cancels a pending command before execution, preventing it from being applied to the device.