---
title: "Get Event"
method: GET
path: "/v2/datasets/odyssey/events/{event_id}"
tags: ["odyssey"]
---

# Get Event

`GET /v2/datasets/odyssey/events/{event_id}`

One event by id.

## Path parameters

- `event_id` string, required

## Response `200`

Successful Response

- OdysseyEventDetail
  - `id` string, required
  - `event_id` string, required
  - `type` string, required — Event type, e.g. funding_round, product_launch, acquisition
  - `title` string, required
  - `subhead` string, nullable
  - `company` OdysseyEventCompany, required
    - `name` string, required
    - `domain` string, required
    - `entity_id` string, required — Odyssey entity ID — usable with /datasets/odyssey/general/{entity_id}/* endpoints
    - `industry` string, nullable
    - `location` string, nullable
    - `role` string, required — Company's role in the event, e.g. primary_subject
  - `event_data` OdysseyEventData — Type-specific structured fields; funding events carry amount/round/investors, other types leave them null.
    - `amount` number, double, nullable
    - `round` string, nullable
    - `lead_investor` string, nullable
    - `investors` string[]
    - `valuation` number, double, nullable
  - `sector` string, nullable
  - `published_at` string, date-time, required
  - `confidence` number, double — Extraction confidence, 0-1
  - `url` 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)
