SchemasService
Gets an array of schemas for a catalog in the metastore. If the caller is the metastore admin or the owner of the parent catalog, all schemas for the catalog will be retrieved. Otherwise, only schemas owned by the caller (or for which the caller has the USE_SCHEMA privilege) will be retrieved. There is no guarantee of a specific ordering of the elements in the array.
get/schemas
Query parameters
catalogNamestring
Name of parent catalog.
maxResultsinteger
The maximum number of results per page that should be returned.
pageTokenstring
Opaque pagination token to go to next page based on previous query.
includeBrowseboolean
Whether to include schemas in the response for which the principal can only access selective metadata for
Response
OK