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

# Get Deal Bio

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

Get deal bio.

Returns comprehensive deal information including amount, type, date, and participants.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- DealOverview — Deal overview response
  - `amount` number, double, nullable
  - `cached_at` string, nullable
  - `company_id` string, nullable
  - `company_name` string, nullable
  - `currency` string, nullable
  - `data_sources` string[]
  - `deal_date` string, nullable
  - `deal_id` string, required
  - `deal_type` string, nullable
  - `description` string, nullable
  - `entity_type` string
  - `lead_investors` string[], nullable
  - `num_investors` integer, nullable
  - `status` 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)
