Hi,
is it possible to retrieve a list of files which have been uploaded by a backupplan using the MSP api? We use the api to integrate msp into our own management system and there I would need this feature. Currently if a backup fails I have to enter the msp website to get this list of files.
Currently, there is no API to get a list of files from the MBS. Consider using detailed user plan reports which can be sent automatically to your email. To enable it, go to MBS -> Reporting -> User plan report -> Provider (you) receives the notification emails for all users. Additionally, you need to specify email address on Settings -> Notifications page in Contact email -> To field.
Also, MSP360 PowerShell module includes Get-MBSPlanHistory cmdlet which returns detailed plan history with file statuses. You can use it if your management system can remotely run PowerShell command.