Detecting mesh retransmitted packets at the application layer in Zephyr

I have a custom model that subscribes to messages from other devices. I'd like to detect if a  mesh message that is received, is the original or a retransmission so I can filter out duplicates
I saw in the log that this info is available at the mesh stack level  but is it possible to access it at the application level?
Thanks

Related