Skip to main content
GET
/
api
/
metastore
/
catalogs
/
{catalog_name}
/
schemas
Get schemas
curl --request GET \
  --url https://aiapi.{client}.nx1cloud.com/api/metastore/catalogs/{catalog_name}/schemas \
  --header 'Authorization: Bearer <token>'
{
  "schemas": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

catalog_name
string
required

Name of the catalog to retrieve schemas for.

Response

Data retrieved successfully.

schemas
string[]
required

List of schema names within a catalog.