---
title: "Find prospects with natural language prompt and optional filters"
method: GET
path: "/prospects/search"
---

# Find prospects with natural language prompt and optional filters

`GET /prospects/search`

## Query parameters

- `prompt` string, required
- `risk_profile` string
- `min_age` integer
- `max_age` integer

## Response `200`

A list of prospects that match the natural language prompt and optional filters

- Prospect[]
  - `id` integer
  - `name` string
  - `email` string
  - `phone_number` string
  - `risk_profile` string
  - `age` integer

---

[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)
