API possibility to get Neighbor information

Hi

I would like to be able to get the Neighbor list for a switch via API call.
I can’t find the neighbor list in the documentation.

Another way around this challenge could be to do a SQL query, to get the same info like the neighbor table.

Or a way to export the data from LibreNMS FDB table.

https://librenms.bestcorp.net/search/search=fdb/

You can get lldp neighbours via links api call https://docs.librenms.org/API/Switching/#get_links

Thanks that was what I was looking for