Skip to main content

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.

Returns

Returns a list of Metric objects linked to the specification.

Example

metrics = galtea.specifications.get_metrics(
    specification_id=specification.id,
)

Parameters

specification_id
string
required
The ID of the specification to get linked metrics for.