Get aggregated events
Returns aggregated events from funding rounds, secondary transactions, company milestones, and corporate actions in chronological order.
Pagination modes:
page(default): Offset-based pagination viapageandpage_size.cursor: Cursor-based pagination viapage_after/page_before. Recommended.
Global queries (no company filter) require at least one date range (start_date, created_at_gte, or updated_at_gte) spanning 14 days or less.
API versioning: Defaults to v1 (snake_case, detailed status). Pass api_version=v0 for the deprecated legacy schema (kebab-case, binary status).
Authorizations
Authenticate using one of two formats:
- Organization/user token:
Token <your-token> - Stytch JWT:
Bearer <your-jwt>
Query Parameters
API response schema version. Default: v1. Use v0/legacy for deprecated backward-compatible format.
legacy, v0, v1 Filter by a single company domain (e.g. spacex.com). Cannot combine with multi-company filters.
Comma-separated list of company domains. Max 200 for GET requests. Cannot combine with single-company filters.
Filter by a single company ID. Cannot combine with multi-company filters.
Comma-separated list of company IDs. Max 200 for GET requests. Cannot combine with single-company filters.
Filter by a single company slug/prismic UID (e.g. spacex). Cannot combine with multi-company filters.
Filter events created at or after this datetime (ISO 8601).
Filter events created at or before this datetime (ISO 8601).
Filter events occurring on or before this date (ISO 8601).
When truthy (1, true, yes), attach citation payloads to events. Default: false.
Page number (offset pagination only). Default: 1.
Cursor for the next page (cursor pagination only). Cannot combine with page_before.
Cursor for the previous page (cursor pagination only). Cannot combine with page_after.
Results per page. Default: 30, max: 100.
Pagination mode. Default: page. cursor is recommended.
cursor, page Filter events occurring on or after this date (ISO 8601, e.g. 2025-01-01).
Comma-separated event subtypes (e.g. stock_split, ipo).
Comma-separated event types to include: funding-round, secondary-transaction, company-milestone, corporate-action.
Filter events updated at or after this datetime (ISO 8601). Recommended for daily polling.
Filter events updated at or before this datetime (ISO 8601).
Deprecated alias for api_version. Prefer api_version.