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

> Get all tests linked to a specification.

## Returns

Returns a list of [Test](/concepts/product/test) objects linked to the specification.

## Example

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

## Parameters

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