Get Event Feed

Global, chronological, cursor-paginated stream of structured company events. Always-live (CAP-419): every read synthesizes the stream on-read via the aggregate_feed engine (GN fan-out + merge/dedupe + per-page Ex-Res enrichment). 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 + enrichment, so use a small page_size and page via next_cursor.

Query parameters

typeslist of strings or nullOptional

Restrict to event kinds; omit = all 8

sectorstring or nullOptional
min_amountdouble or nullOptional

USD floor on event_data.amount

sincestring or nullOptional

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

untilstring or nullOptional

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

cursorstring or nullOptional

Opaque next_cursor from a prior page; supersedes until

page_sizeintegerOptional1-500Defaults to 100
fieldsstringOptionalformat: "^(ids|full)$"Defaults to full

Response

Successful Response
eventslist of objects
has_morebooleanDefaults to false
next_cursorstring or null
page_sizeinteger or null