From within an FSMState you get access to the FSM itself with the ‘graph’ property and you get access to the agent of the FSM (which 99% is the FSMOwner) with the ‘graphAgent’ property.
Keep in mind that the FSMOwner and the FSM itself live on different game objects.