This API can be used to return the list of available schemas. Use the refresh_available_schemas endpoint first if you want to sync schemas from datasource to Alation.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/datasource/datasource_id/available_schemas/?limit=1000&page=1' \
--header 'accept: application/json'