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

> Retrieve a specific product by its ID.

## Returns

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

## Example

```python theme={"system"}
product = galtea.products.get(product_id=product_id)
```

## Parameters

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