odyssey

Get Event Feed

Global, chronological, cursor-paginated stream of structured company events.

Always live: every read builds the stream at request time — items are gathered from publisher sources, merged, de-duplicated, sorted by recency, and enriched per page. There is no stored-backlog mode and no live flag. since/until window by time; pass next_cursor back until has_more is false. Each page pays a live fetch plus enrichment, so keep page_size small and paginate via next_cursor.

get/v2/datasets/odyssey/feed

Query parameters

typesstring[] nullable

Restrict to event kinds; omit = all 8

sectorstring nullable
min_amountnumber double nullable

USD floor on event_data.amount

sincestring nullable

Start boundary: items at/after this ISO-8601 UTC timestamp

untilstring nullable

End boundary: items strictly before this ISO-8601 UTC timestamp

cursorstring nullable

Opaque next_cursor from a prior page; supersedes until

page_sizeinteger
fieldsstring

Response

Successful Response

eventsAppApiRoutesV2OdysseyEventsFeedResponseEventsItems[]
has_moreboolean
next_cursorstring nullable
page_sizeinteger nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.