---
title: "Fund bio"
method: GET
path: "/v2/datasets/odyssey/funds/{fund_id}/bio"
tags: ["odyssey"]
---

# Fund bio

`GET /v2/datasets/odyssey/funds/{fund_id}/bio`

Get fund biography and profile (renamed from overview)

## Path parameters

- `fund_id` string, required

## Response `200`

Successful Response

- OdysseyFundsBioResponse
  - `entity_id` string
  - `identifier` string
  - `entity_type` string
  - `data` OdysseyFundsBioResponseData
    - `company_name` string
    - `company_name_alias` string[]
    - `company_legal_name` string
    - `created_at` string
    - `last_updated_at` string
    - `website_alias` string[]
    - `unique_website` boolean
    - `unique_domain` boolean
    - `expired_domain` boolean
    - `linkedin_shorthand_name` string
    - `canonical_linkedin_url` string
    - `canonical_linkedin_shorthand_name` string
    - `instagram_url` string[]
    - `youtube_url` string[]
    - `company_logo` string
    - `company_logo_url` string
    - `is_b2b` integer
    - `is_public` boolean
    - `description` string
    - `description_enriched` string
    - `description_metadata_raw` string
    - `categories_and_keywords` string[]
    - `status` OdysseyFundsBioResponseDataStatus
      - `value` string
      - `comment` string
    - `founded_year` string
    - `size_range` string
    - `employees_count` integer
    - `followers_count_linkedin` integer
    - `followers_count_owler` integer
    - `hq_region` string[]
    - `hq_country` string
    - `hq_country_iso2` string
    - `hq_country_iso3` string
    - `hq_location` string
    - `hq_full_address` string
    - `hq_city` string
    - `hq_state` string
    - `hq_street` string
    - `hq_zipcode` string
    - `company_locations_full` OdysseyFundsBioResponseDataCompanyLocationsFullItems[]
      - `location_address` string
      - `is_primary` integer
    - `num_technologies_used` integer
    - `technologies_used` OdysseyFundsBioResponseDataTechnologiesUsedItems[]
      - `technology` string
      - `first_verified_at` string
      - `last_verified_at` string
    - `revenue_annual` OdysseyFundsBioResponseDataRevenueAnnual
      - `source_5_annual_revenue` OdysseyFundsBioResponseDataRevenueAnnualSource5AnnualRevenue
        - `annual_revenue` integer
        - `annual_revenue_currency` string
      - `source_1_annual_revenue` string, nullable
    - `ownership_status` string
    - `competitors` OdysseyFundsBioResponseDataCompetitorsItems[]
      - `company_name` string
      - `similarity_score` string, nullable
    - `company_phone_numbers` string[]
    - `company_emails` string[]
    - `pricing_available` boolean
    - `free_trial_available` boolean
    - `demo_available` boolean
    - `is_downloadable` boolean
    - `mobile_apps_exist` boolean
    - `online_reviews_exist` boolean
    - `documentation_exist` boolean
    - `num_news_articles` integer
    - `news_articles` OdysseyFundsBioResponseDataNewsArticlesItems[]
      - `headline` string
      - `published_date` string
      - `summary` string, nullable
      - `article_url` string
      - `source` string
    - `active_job_postings_count` integer
    - `active_job_postings` OdysseyFundsBioResponseDataActiveJobPostingsItems[]
      - `job_posting_id` integer
      - `job_posting_title` string
    - `active_job_postings_count_change` OdysseyFundsBioResponseDataActiveJobPostingsCountChange
      - `current` integer
      - `change_monthly` integer
      - `change_monthly_percentage` number, double
      - `change_quarterly` integer
      - `change_quarterly_percentage` number, double
      - `change_yearly` integer
      - `change_yearly_percentage` number, double
    - `active_job_postings_count_by_month` OdysseyFundsBioResponseDataActiveJobPostingsCountByMonthItems[]
      - `active_job_postings_count` integer
      - `date` string
    - `linkedin_followers_count_change` OdysseyFundsBioResponseDataLinkedinFollowersCountChange
      - `current` integer
      - `change_monthly` integer
      - `change_monthly_percentage` number, double
      - `change_quarterly` integer
      - `change_quarterly_percentage` number, double
      - `change_yearly` integer
      - `change_yearly_percentage` number, double
    - `linkedin_followers_count_by_month` OdysseyFundsBioResponseDataLinkedinFollowersCountByMonthItems[]
      - `follower_count` integer
      - `date` string
    - `employees_count_inferred` integer
    - `employees_count_inferred_by_month` OdysseyFundsBioResponseDataEmployeesCountInferredByMonthItems[]
      - `employees_count_inferred` integer
      - `date` string
    - `departures_count` integer
    - `departures_count_by_month` OdysseyFundsBioResponseDataDeparturesCountByMonthItems[]
      - `departures_count` integer
      - `date` string
    - `employee_attrition_rate` number, double
    - `employee_attrition_rate_by_month` OdysseyFundsBioResponseDataEmployeeAttritionRateByMonthItems[]
      - `employee_attrition_rate` number, double
      - `date` string
    - `top_previous_companies` OdysseyFundsBioResponseDataTopPreviousCompaniesItems[]
      - `company_name` string
      - `count` integer
    - `top_next_companies` OdysseyFundsBioResponseDataTopNextCompaniesItems[]
      - `company_name` string
      - `count` integer
    - `key_executives` OdysseyFundsBioResponseDataKeyExecutivesItems[]
      - `member_full_name` string
      - `member_position_title` string
    - `key_employee_change_events` OdysseyFundsBioResponseDataKeyEmployeeChangeEventsItems[]
      - `employee_change_event_name` string
      - `employee_change_event_date` string
      - `employee_change_event_url` string
    - `key_executive_arrivals` OdysseyFundsBioResponseDataKeyExecutiveArrivalsItems[]
      - `member_full_name` string
      - `member_position_title` string
      - `arrival_date` string
    - `key_executive_departures` OdysseyFundsBioResponseDataKeyExecutiveDeparturesItems[]
      - `member_full_name` string
      - `member_position_title` string
      - `departure_date` string
    - `employees_count_change` OdysseyFundsBioResponseDataEmployeesCountChange
      - `current` integer
      - `change_monthly` integer
      - `change_monthly_percentage` number, double
      - `change_quarterly` integer
      - `change_quarterly_percentage` number, double
      - `change_yearly` integer
      - `change_yearly_percentage` number, double
    - `employees_count_by_month` OdysseyFundsBioResponseDataEmployeesCountByMonthItems[]
      - `employees_count` integer
      - `date` string
    - `employees_count_breakdown_by_seniority` OdysseyFundsBioResponseDataEmployeesCountBreakdownBySeniority
      - `employees_count_owner` integer
      - `employees_count_founder` integer
      - `employees_count_clevel` integer
      - `employees_count_partner` integer
      - `employees_count_vp` integer
      - `employees_count_head` integer
      - `employees_count_director` integer
      - `employees_count_manager` integer
      - `employees_count_senior` integer
      - `employees_count_intern` integer
      - `employees_count_specialist` integer
      - `employees_count_other_management` integer
    - `employees_count_breakdown_by_seniority_by_month` OdysseyFundsBioResponseDataEmployeesCountBreakdownBySeniorityByMonthItems[]
      - `employees_count_breakdown_by_seniority` OdysseyFundsBioResponseDataEmployeesCountBreakdownBySeniorityByMonthItemsEmployeesCountBreakdownBySeniority
        - `employees_count_owner` integer
        - `employees_count_founder` integer
        - `employees_count_clevel` integer
        - `employees_count_partner` integer
        - `employees_count_vp` integer
        - `employees_count_head` integer
        - `employees_count_director` integer
        - `employees_count_manager` integer
        - `employees_count_senior` integer
        - `employees_count_intern` integer
        - `employees_count_specialist` integer
        - `employees_count_other_management` integer
      - `date` string
    - `employees_count_breakdown_by_department` OdysseyFundsBioResponseDataEmployeesCountBreakdownByDepartment
      - `employees_count_medical` integer
      - `employees_count_sales` integer
      - `employees_count_hr` integer
      - `employees_count_legal` integer
      - `employees_count_marketing` integer
      - `employees_count_finance` integer
      - `employees_count_technical` integer
      - `employees_count_consulting` integer
      - `employees_count_operations` integer
      - `employees_count_product` integer
      - `employees_count_general_management` integer
      - `employees_count_administrative` integer
      - `employees_count_customer_service` integer
      - `employees_count_project_management` integer
      - `employees_count_design` integer
      - `employees_count_research` integer
      - `employees_count_trades` integer
      - `employees_count_real_estate` integer
      - `employees_count_education` integer
      - `employees_count_other_department` integer
    - `employees_count_breakdown_by_department_by_month` OdysseyFundsBioResponseDataEmployeesCountBreakdownByDepartmentByMonthItems[]
      - `employees_count_breakdown_by_department` OdysseyFundsBioResponseDataEmployeesCountBreakdownByDepartmentByMonthItemsEmployeesCountBreakdownByDepartment
        - `employees_count_medical` integer
        - `employees_count_sales` integer
        - `employees_count_hr` integer
        - `employees_count_legal` integer
        - `employees_count_marketing` integer
        - `employees_count_finance` integer
        - `employees_count_technical` integer
        - `employees_count_consulting` integer
        - `employees_count_operations` integer
        - `employees_count_product` integer
        - `employees_count_general_management` integer
        - `employees_count_administrative` integer
        - `employees_count_customer_service` integer
        - `employees_count_project_management` integer
        - `employees_count_design` integer
        - `employees_count_research` integer
        - `employees_count_trades` integer
        - `employees_count_real_estate` integer
        - `employees_count_education` integer
        - `employees_count_other_department` integer
      - `date` string
    - `employees_count_breakdown_by_region` OdysseyFundsBioResponseDataEmployeesCountBreakdownByRegion
      - `employees_count_eastern_europe` integer
      - `employees_count_latin_america` integer
      - `employees_count_southern_europe` integer
      - `employees_count_sub_saharan_africa` integer
      - `employees_count_central_asia` integer
      - `employees_count_northern_america` integer
      - `employees_count_australia_new_zealand` integer
      - `employees_count_northern_europe` integer
      - `employees_count_south_eastern_asia` integer
      - `employees_count_polynesia` integer
      - `employees_count_southern_asia` integer
      - `employees_count_northern_africa` integer
      - `employees_count_melanesia` integer
      - `employees_count_western_europe` integer
      - `employees_count_western_asia` integer
      - `employees_count_eastern_asia` integer
      - `employees_count_micronesia` integer
      - `employees_count_unknown` integer
    - `employees_count_breakdown_by_region_by_month` OdysseyFundsBioResponseDataEmployeesCountBreakdownByRegionByMonthItems[]
      - `employees_count_breakdown_by_region` OdysseyFundsBioResponseDataEmployeesCountBreakdownByRegionByMonthItemsEmployeesCountBreakdownByRegion
        - `employees_count_eastern_europe` integer
        - `employees_count_latin_america` integer
        - `employees_count_southern_europe` integer
        - `employees_count_sub_saharan_africa` integer
        - `employees_count_central_asia` integer
        - `employees_count_northern_america` integer
        - `employees_count_australia_new_zealand` integer
        - `employees_count_northern_europe` integer
        - `employees_count_south_eastern_asia` integer
        - `employees_count_polynesia` integer
        - `employees_count_southern_asia` integer
        - `employees_count_northern_africa` integer
        - `employees_count_melanesia` integer
        - `employees_count_western_europe` integer
        - `employees_count_western_asia` integer
        - `employees_count_eastern_asia` integer
        - `employees_count_micronesia` integer
        - `employees_count_unknown` integer
      - `date` string
    - `employees_count_by_country` OdysseyFundsBioResponseDataEmployeesCountByCountryItems[]
      - `country` string
      - `employee_count` integer
    - `employees_count_by_country_by_month` OdysseyFundsBioResponseDataEmployeesCountByCountryByMonthItems[]
      - `employees_count_by_country` OdysseyFundsBioResponseDataEmployeesCountByCountryByMonthItemsEmployeesCountByCountryItems[]
        - `country` string
        - `employee_count` integer
      - `date` string
    - `display_name` string
    - `name` string
    - `website` string
    - `website_url` string
    - `website_domain` string
    - `summary` string
    - `headline` string
    - `employee_count` integer
    - `employee_count_by_month` OdysseyFundsBioResponseDataEmployeeCountByMonthItems[]
      - `employees_count` integer
      - `date` string
    - `industry` string
    - `industry_v2` string
    - `founded` string
    - `size` string
    - `inferred_revenue` string
    - `type` string
    - `linkedin_url` string
    - `twitter_url` string
    - `facebook_url` string
    - `crunchbase_url` string
    - `alternative_names` string[]
    - `alternative_domains` string[]
    - `tags` string[]
    - `location` OdysseyFundsBioResponseDataLocation
      - `name` string
      - `locality` string
      - `region` string
      - `country` string
    - `affiliated_entities` OdysseyFundsBioResponseDataAffiliatedEntitiesItems[]
      - `display_name` string
      - `relationship` string
    - `funding_details` unknown[]
      - unknown
    - `_truncated_fields` string[]
  - `source` string

---

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