cURL
curl --request GET \ --url https://api.example.com/api/semantic-models/discovery/domains \ --header 'Authorization: Bearer <token>'
[ { "urn": "<string>", "name": "<string>", "description": "<string>", "dataset_count": 123 } ]
List available DataHub domains for semantic model generation.
Required Role: nx1_semantic_user, nx1_semantic_modeller, or nx1_semantic_admin
The access token received from the authorization server in the OAuth 2.0 flow.
List of available domains
Was this page helpful?