cURL
curl --request GET \ --url https://aiapi.{client}.nx1cloud.com/api/metastore/tags/associations \ --header 'Authorization: Bearer <token>'
[ { "tag": "<string>", "roles": [ {} ] } ]
Get a list of tag-roles associations from DataHub. Each tag has a list of roles associated with it.
The access token received from the authorization server in the OAuth 2.0 flow.
Data retrieved successfully.
Tag name linked to roles.
List of roles associated with the tag.
Show child attributes
Was this page helpful?