cURL
curl --request GET \ --url https://api.example.com/api/metastore/tags/schemas/{catalog}/{schema} \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Get tags for a schema (DataHub container).
The access token received from the authorization server in the OAuth 2.0 flow.
Catalog name.
Schema name.
List of tags for the schema.
Was this page helpful?