How can I query the entry and exit times of each lifecycle in the company?

hello

i have a question about company, there is a lifecycle in compamny, i wang to know entry and exit times of each lifecycle. i found thoes properties in Contact Dataset, but there is no property in Company Dataset, does someone know about it?

Hi @Jaylin,

You’re correct, these properties do not exist out of the box for the company object. There are various approaches here, depending on how you want to use this information:

  • You can export the property history for the lifecycle stage property to access the date information: Export property history
  • You can use the HubSpot API to access this information: 2026-03 API reference - HubSpot docs
  • You can create custom date properties and build workflows that stamp the current date into your custom date properties when a company enters the corresponding stage. (In combination with the first point, you can also backfill this information – by exporting property history, then re-importing it into your custom date properties).

So sadly, if you want to access this information directly in a report, you would first have to complete point 1 and 3 or, alternatively, 2. There is no out of the box solution.

Lastly, you can of course always request that HubSpot implement a default feature by submitting a post in the HubSpot Ideas section of the community: https://community.hubspot.com/t5/HubSpot-Ideas/idb-p/HubSpot_Ideas

Best regards