> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get product recommendations (simple proxy to product search for now)

> Get product recommendations (simple proxy to product search for now)

### Query parameters

<ParamField query="page" type="integer (int64)" />

<ParamField query="per_page" type="integer (int64)" />

<ParamField query="search" type="string" />

<ParamField query="is_active" type="boolean" />

### Responses

<ResponseField name="200" type="object">
  Recommendations returned
</ResponseField>

<ResponseField name="401" type="ErrorResponse">
  Unauthorized
</ResponseField>

<ResponseField name="403" type="ErrorResponse">
  Forbidden
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.stateset.com/api/v1/agents/recommendations' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
