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

# Get Investor Funds

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

Get the funds managed by an investor.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- FundsResponse — Managed funds response
  - `funds` Fund[]
    - `fund_id` string, nullable
    - `fund_name` string, required
    - `fund_size` number, double, nullable
    - `status` string, nullable
    - `vintage_year` integer, nullable
  - `investor_id` string, required
  - `investor_name` string, nullable
  - `total_aum` number, double, nullable
  - `total_funds` integer

---

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