get-domain-summary
Get a domain's configuration, experts, owners, and per-entity-type counts and sample entities in a single call. Replaces multiple sequential requests with aggregated results and failure caveats.
Instructions
Aggregated Domain scope: domain config (experts/owners/description) + per-entity-type counts and samples (data products, tables, dashboards, pipelines, topics, ml models) in a single call. Replaces 5-7 sequential round-trips. Failures per entity-type are collected in caveats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domainFqn | Yes | Domain fully qualified name (e.g. 'Sales' or 'Marketing.US') | |
| entityLimit | No | Cap per entity-type sample (default 10, max 50). Full counts are still returned via paging.total / hits.total. | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |