Skip to main content
GET
Get aggregated events
Acquisitions are excluded by default. To include them, add betas=acquisitions; optionally add types=acquisition to return only acquisitions. The beta requires API v1. Company filters match the acquired company. See Events for an overview and the response schema below for the payload.

Authorizations

Authorization
string
header
required

Authenticate using one of two formats:

  • Organization/user token: Token <your-token>
  • Stytch JWT: Bearer <your-jwt>

Query Parameters

api_version
enum<string>

API response schema version. Default: v1. Use v0/legacy for deprecated backward-compatible format.

Available options:
legacy,
v0,
v1
betas
string

Comma-separated beta flags. Use acquisitions to include acquisition events. Only supported with api_version=v1. Without types, adds acquisitions to the default event types.

company_domain
string

Filter by a single company domain (e.g. spacex.com). Cannot combine with multi-company filters.

company_domains
string

Comma-separated list of company domains. Max 200 for GET requests. Cannot combine with single-company filters.

company_id
string

Filter by a single company ID. Cannot combine with multi-company filters.

company_ids
string

Comma-separated list of company IDs. Max 200 for GET requests. Cannot combine with single-company filters.

company_uid
string

Filter by a single company slug/prismic UID (e.g. spacex). Cannot combine with multi-company filters.

created_at_gte
string<date-time>

Filter events created at or after this datetime (ISO 8601).

created_at_lte
string<date-time>

Filter events created at or before this datetime (ISO 8601).

end_date
string<date>

Filter events occurring on or before this date (ISO 8601).

include_citations
boolean

When truthy (1, true, yes), attach citation payloads to events. Default: false.

page
integer

Page number (offset pagination only). Default: 1.

page_after
string

Cursor for the next page (cursor pagination only). Cannot combine with page_before.

page_before
string

Cursor for the previous page (cursor pagination only). Cannot combine with page_after.

page_size
integer

Results per page. Default: 30, max: 100.

pagination
enum<string>

Pagination mode. Default: page. cursor is recommended.

Available options:
cursor,
page
start_date
string<date>

Filter events occurring on or after this date (ISO 8601, e.g. 2025-01-01).

subtypes
string

Comma-separated event subtypes (e.g. stock_split, ipo).

types
string

Comma-separated event types to include: funding-round, secondary-transaction, company-milestone, corporate-action, or beta-gated acquisition.

updated_at_gte
string<date-time>

Filter events updated at or after this datetime (ISO 8601). Recommended for daily polling.

updated_at_lte
string<date-time>

Filter events updated at or before this datetime (ISO 8601).

version
string

Deprecated alias for api_version. Prefer api_version.

Response

Paginated list of events with metadata.

events
object[]
required
pagination
object
required
meta
object
required