Skip to main content
Returns a cursor-paginated list of companies tracked in your Space. Useful for high-level rollups of which organizations are in your workspace. Each row includes id, domain, and external_id. domain is null for companies identified only by a customer-supplied external_id rather than an email domain; external_id is null when the customer never supplied one.

When to use

  • “What companies do we have?”
  • “List companies added this month.”
  • “How many distinct companies signed up last week?”
For per-person questions, use list_contacts. For ad performance, use query_ad_metrics.

Parameters

Example response

Caveats

  • Companies don’t have custom fields — they’re derived from contact email domain or external ID. There’s no custom_field_filters parameter on this tool today.
  • domain can be null — for a company identified only by a customer-supplied external_id rather than an email domain. Refer to those companies by their external_id, or by ID if that’s null too.
  • external_id can be null — for a company identified only by an email domain. It’s null unless the customer explicitly set one via Update Company or events carrying company_external_id.
  • name is not included in the list view — use get_company to retrieve it.
  • Order is newest first by id descending.