get {protocol}://{base-url}/integration/v2/schema/
This API allows fetching of multiple schemas along with its custom fields.
Recipes
🦉
Get Relational Schemas
Open Recipe
Responses
This API allows fetching of multiple schemas along with its custom fields.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/schema/?limit=100&skip=0' \
--header 'accept: application/json'