> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieving Metric By Name

> Retrieve a specific metric by its name.

## Returns

Returns a [Metric](/concepts/metric) object for the given metric name.

## Example

```python theme={"system"}
metric = galtea.metrics.get_by_name(name=metric_name)
```

## Parameters

<ResponseField name="name" type="string" required>
  The name of the metric you want to retrieve.
</ResponseField>
