GET /server/ returns a list of all BI Server objects in Alation. Note that this includes BI Servers catalogued outside of the API (i.e. Tableau Servers).
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/bi/server/?limit=100&offset=0' \
--header 'accept: application/json'