We are currently working on automating alert notifications from Veeam ONE using n8n. As part of this initiative, we aim to accurately identify and monitor the status of backup jobs

-Authentication and API setup successful via HTTP nodes
-Retrieved metadata: Job ID, Platform, Repository ID, Creation Time
-Failed to retrieve job status (success/failure) via /backupjobsession

Hey,

You should be able to use a switch node, and filter based on what data u get. then u can flow to send message or whatever you like really.

It is not working for us as we are not getting the actual status
The switch node could have bene used if actual data was being produced instead of metadata