cURL
curl --request GET \ --url https://api.example.com/api/metastore/catalogs/{catalog_name}/schemas \ --header 'Authorization: Bearer <token>'
{ "schemas": [ "<string>" ] }
Get schemas in 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?