cURL
curl --request GET \ --url https://aiapi.{client}.nx1cloud.com/api/metastore/catalogs/{catalog_name}/schemas \ --header 'Authorization: Bearer <token>'
{ "schemas": [ "<string>" ] }
Get schemas for a given catalog.
The access token received from the authorization server in the OAuth 2.0 flow.
Name of the catalog to retrieve schemas for.
Data retrieved successfully.
List of schema names within a catalog.
Was this page helpful?