Obtain mac address of connected AP from station

Hi, I’m looking through the CLI guide but I can’t find best way of obtaining the MAC address of the current AP after SSH into a connected station.

I’m thinking I’d have to parse the list of APs from “show ap” to match connectedAPNState = 0 but is there an easier way?

There is SNMP OID that returns it.
The snmp get request can be executed from CLI.

Thanks