---
title: "Find investments by search terms"
method: GET
path: "/investments/search"
---

# Find investments by search terms

`GET /investments/search`

## Query parameters

- `terms` string[], required

## Response `200`

A list of investments that match the search terms

- Investment[]
  - `id` integer
  - `name` string
  - `description` string
  - `risk_level` string
  - `return_rate` number

---

[API](https://skmtc.dev/google/apis/genwealth-advisor-api.md) · [All operations](https://skmtc.dev/google/apis/genwealth-advisor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/genwealth-advisor-api/revisions/b1734dc9b379/schema)
