Obtaining Device TAGS in a cloud action

Hello,

I need to read the device tags in a cloud action to get a specific identifier to send on webhook response.
I see that the Octave.Device.Get is not available in Cloud Actions or on Edge Actions. I can get the device name but I would like to retrieve the tags for this device without having to make an external API call, any idea anyone?

Thanks
Ian

OK sorry,
I found my own answer, the Tags are available through the event object in the Cloud Action, not in the Edge Action. the edge device knows nothing about Tags
:upside_down_face: