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

> Retrieve a specific specification by its ID.

## Returns

Returns a [Specification](/concepts/product/specification) object for the given specification ID.

## Example

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

## Parameters

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