What it is
The Companies dataset is one row per company created in your space within the window. It’s the simplest dataset — one table, no joins.- Grain: one row per company (
id). - Windowed on:
created_at(UTC timestamp) — the company’s creation time. - Path segment:
companies.
id is also locked because it’s what the Contacts dataset’s primary_company_id references — it’s the key for joining the two exports in your warehouse.
Like Contacts, companies are mutable. Each run carries a
company’s state as of run time, but a company created before the window is not re-exported
when it later changes. For a full refresh, run a one-time export over all history.