Get the animation from an animation BP, in its own event graph

I have an animation blueprint, that in its animation graph, ends in a Final Pose node.

In the same Animation Blueprint, In the EVENT graph section (or from code, using an AnimInstance class), I want to access the data from this Final Pose node. Is this possible?

Thanks!