---
title: "Get Investor Preferences"
method: GET
path: "/v2/datasets/odyssey/investors/{id}/preferences"
tags: ["odyssey"]
---

# Get Investor Preferences

`GET /v2/datasets/odyssey/investors/{id}/preferences`

Get an investor's investment preferences (stage, sector, and check-size focus).

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- InvestorPreferences — Investment preferences response
  - `check_size_max` number, double, nullable
  - `check_size_min` number, double, nullable
  - `geographies` string[], nullable
  - `investor_id` string, required
  - `investor_name` string, nullable
  - `sectors` string[], nullable
  - `stages` string[], nullable

---

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