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

# Get Linked Metrics

> Get all metrics linked to a specification.

## Returns

Returns a list of [Metric](/concepts/metric) objects linked to the specification.

## Example

```python theme={"system"}
metrics = galtea.specifications.get_metrics(
    specification_id=specification.id,
)
```

## Parameters

<ResponseField name="specification_id" type="string" required>
  The ID of the specification to get linked metrics for.
</ResponseField>
