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

> Retrieve a specific test by its ID.

## Returns

Returns a [Test](/concepts/product/test) object for the given test ID.

## Example

```python theme={"system"}
test = galtea.tests.get(test_id=test_id)
```

## Parameters

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