Skip to main content
GET
/
api
/
metastore
/
tags
/
schemas
/
{catalog}
/
{schema}
Get schema tags
curl --request GET \
  --url https://api.example.com/api/metastore/tags/schemas/{catalog}/{schema} \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

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

Path Parameters

catalog
string
required

Catalog name.

schema
string
required

Schema name.

Response

List of tags for the schema.