cURL
curl --request GET \ --url https://api.example.com/api/metastore/glossary-terms \ --header 'Authorization: Bearer <token>'
[ {} ]
List all available glossary terms from DataHub.
The access token received from the authorization server in the OAuth 2.0 flow.
Glossary terms retrieved.
Was this page helpful?