get-metric-by-name
Retrieve a metric by its fully qualified name from OpenMetadata 1.12+. Specify fields and include options to customize the result.
Instructions
Get a Metric by fully qualified name (OM 1.12+)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqn | Yes | Metric fully qualified name | |
| fields | No | Comma-separated fields to include | |
| include | No | ||
| 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. |