With Python (UE 4.26), how to retrieve a selected AnimNotify on a notify track?

In my Python script, I’m trying to get the selected animation notify event object from the Animation Editor, but couldn’t find a simple accessor or any structure from AnimSequence acquired from load_asset().

What would be the right way to locate the AnimNotify?