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

# Get Investor Bio

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

Get a comprehensive investor profile.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- InvestorOverview — Investor overview response
  - `active_portfolio_count` integer, nullable
  - `assets_under_management` number, double, nullable
  - `cached_at` string, nullable
  - `crunchbase_url` string, nullable
  - `description` string, nullable
  - `display_name` string, nullable
  - `enrichment_data` InvestorOverviewEnrichmentData
  - `entity_type` string
  - `founded` integer, nullable
  - `headquarters` object, nullable
  - `investor_id` string, required
  - `investor_type` InvestorType — Investor type classification
    - `sector_focus` string[], nullable
    - `stage_focus` string[], nullable
    - `type` string, required
  - `linkedin_url` string, nullable
  - `market_data` InvestorOverviewMarketData
  - `name` string, required
  - `notable_exits` string[], nullable
  - `total_funds` integer, nullable
  - `total_investments` integer, nullable
  - `website` 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)
