Skip to main content

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.
A company’s identity within a space is its domain (unique). The numeric 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.

Columns

Company fields

ColumnStatusDescription
idLockedCompany ID — the join key referenced by the Contacts dataset’s primary_company_id.
domainLockedThe company’s domain — its unique identifier within the space.
created_atLockedWhen the company was created (UTC).
nameOptionalDisplay name.
updated_atOptionalWhen the company was last updated (UTC).