> ## 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

> Retrieve a specific metric by its ID.

## Returns

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

## Example

```python theme={"system"}
metric = galtea.metrics.get(metric_id=metric_id)
```

## Parameters

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