<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Retrieve event data - standard properties in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Retrieve-event-data-standard-properties/m-p/1234023#M86101</link>
    <description>&lt;DIV class=""&gt;
&lt;ARTICLE class="" dir="auto" tabindex="-1" data-turn-id="request-WEB:254330dc-2788-4d27-bb40-4b78031bbe81-16" data-testid="conversation-turn-34" data-scroll-anchor="true" data-turn="assistant"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="" tabindex="-1"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="" dir="auto" data-message-author-role="assistant" data-message-id="496d775a-a390-4414-b99a-1de383772b65" data-message-model-slug="gpt-5-2"&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148914"&gt;@TimMunro&lt;/a&gt;&amp;nbsp;&amp;nbsp;, this is a good question, and the short answer is: for standard HubSpot event types, you can’t retrieve a formal property schema the same way you can for custom events&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The “event definitions” endpoint only applies to custom behavioral events that you’ve explicitly defined. For standard system events like e_v2_contact_clicked_sequence_email, HubSpot does not expose a public definition or contract that lists all possible properties and their types. Those events are considered internal, and their payload shape is effectively undocumented beyond what you see at runtime.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In practice, there are two workable approaches. The first is empirical: collect a representative sample of events from the events endpoint and inspect the properties object&lt;SPAN&gt;&amp;nbsp;across multiple records to infer the available keys and value types.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is what most teams end up doing for email, sequence, and page interaction events. The second is to rely on the higher-level APIs that &lt;EM style="font-family: inherit;" data-start="1281" data-end="1285"&gt;do&lt;SPAN&gt; document their data model, for example the Email Events API, which is purpose-built for email interactions and has clearer semantics around fields like click URLs, campaign IDs, and recipient metadata (&lt;A style="font-family: inherit; background-color: #ffffff;" target="_new" rel="noopener" data-start="1488" data-end="1550"&gt;https://developers.hubspot.com/docs/api/marketing/email-events&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="1554" data-end="1788"&gt;HubSpot hints at this limitation in the Events API docs by only promising property discovery for custom events, not standard ones (&lt;A target="_new" rel="noopener" data-start="1685" data-end="1740"&gt;https://developers.hubspot.com/docs/api/events/overview).&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="1554" data-end="1788"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1554" data-end="1788"&gt;There isn’t a hidden endpoint you’re missing. So if you need a stable, well-documented schema, the recommendation is usually to use the domain-specific APIs (email events, analytics, etc.). If you’re aggregating events generically, be prepared to treat properties as semi-structured data and version your own interpretation over time. Hope that saves you some digging.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/ARTICLE&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 15 Dec 2025 16:01:26 GMT</pubDate>
    <dc:creator>RubenBurdin</dc:creator>
    <dc:date>2025-12-15T16:01:26Z</dc:date>
    <item>
      <title>Retrieve event data - standard properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Retrieve-event-data-standard-properties/m-p/1233239#M86070</link>
      <description>&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/events-events-v3/events/get-events-v3-events-" target="_blank" rel="noopener"&gt;This endpoint&lt;/A&gt; allows collection of event data such as email clicks. The response includes a properties field and documentation states:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;A key-value map of event-specific properties. The available properties depend on the event type definition.&lt;/LI-CODE&gt;
&lt;P&gt;The available properties for custom event types can be retrieved from the &lt;A href="https://developers.hubspot.com/docs/api-reference/events-manage-event-definitions-v3/event-definition/get-events-v3-event-definitions" target="_blank"&gt;event definitions endpoint&lt;/A&gt;. How can I collect the&amp;nbsp;property definitions for standard event types like&amp;nbsp;e_v2_contact_clicked_sequence_email?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 02:16:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Retrieve-event-data-standard-properties/m-p/1233239#M86070</guid>
      <dc:creator>TimMunro</dc:creator>
      <dc:date>2025-12-12T02:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve event data - standard properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Retrieve-event-data-standard-properties/m-p/1233328#M86073</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148914"&gt;@TimMunro&lt;/a&gt;&lt;/SPAN&gt; and Happy Friday!&lt;BR /&gt;&lt;BR /&gt;Thanks for reaching out to the HubSpot Community and for sharing the documentation you used!&lt;BR /&gt;&lt;BR /&gt;I'd love to put you in touch with our Top Experts: Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/601366"&gt;@sylvain_tirreau&lt;/a&gt;&lt;/SPAN&gt;, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/15355"&gt;@tmcginnis&lt;/a&gt;&lt;/SPAN&gt; and &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt; do you have suggestions to help &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148914"&gt;@TimMunro&lt;/a&gt;&lt;/SPAN&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Thanks so much 🧡 and have a brilliant weekend!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 10:04:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Retrieve-event-data-standard-properties/m-p/1233328#M86073</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-12-12T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve event data - standard properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Retrieve-event-data-standard-properties/m-p/1234023#M86101</link>
      <description>&lt;DIV class=""&gt;
&lt;ARTICLE class="" dir="auto" tabindex="-1" data-turn-id="request-WEB:254330dc-2788-4d27-bb40-4b78031bbe81-16" data-testid="conversation-turn-34" data-scroll-anchor="true" data-turn="assistant"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="" tabindex="-1"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="" dir="auto" data-message-author-role="assistant" data-message-id="496d775a-a390-4414-b99a-1de383772b65" data-message-model-slug="gpt-5-2"&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148914"&gt;@TimMunro&lt;/a&gt;&amp;nbsp;&amp;nbsp;, this is a good question, and the short answer is: for standard HubSpot event types, you can’t retrieve a formal property schema the same way you can for custom events&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The “event definitions” endpoint only applies to custom behavioral events that you’ve explicitly defined. For standard system events like e_v2_contact_clicked_sequence_email, HubSpot does not expose a public definition or contract that lists all possible properties and their types. Those events are considered internal, and their payload shape is effectively undocumented beyond what you see at runtime.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In practice, there are two workable approaches. The first is empirical: collect a representative sample of events from the events endpoint and inspect the properties object&lt;SPAN&gt;&amp;nbsp;across multiple records to infer the available keys and value types.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is what most teams end up doing for email, sequence, and page interaction events. The second is to rely on the higher-level APIs that &lt;EM style="font-family: inherit;" data-start="1281" data-end="1285"&gt;do&lt;SPAN&gt; document their data model, for example the Email Events API, which is purpose-built for email interactions and has clearer semantics around fields like click URLs, campaign IDs, and recipient metadata (&lt;A style="font-family: inherit; background-color: #ffffff;" target="_new" rel="noopener" data-start="1488" data-end="1550"&gt;https://developers.hubspot.com/docs/api/marketing/email-events&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="1554" data-end="1788"&gt;HubSpot hints at this limitation in the Events API docs by only promising property discovery for custom events, not standard ones (&lt;A target="_new" rel="noopener" data-start="1685" data-end="1740"&gt;https://developers.hubspot.com/docs/api/events/overview).&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="1554" data-end="1788"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1554" data-end="1788"&gt;There isn’t a hidden endpoint you’re missing. So if you need a stable, well-documented schema, the recommendation is usually to use the domain-specific APIs (email events, analytics, etc.). If you’re aggregating events generically, be prepared to treat properties as semi-structured data and version your own interpretation over time. Hope that saves you some digging.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/ARTICLE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 Dec 2025 16:01:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Retrieve-event-data-standard-properties/m-p/1234023#M86101</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2025-12-15T16:01:26Z</dc:date>
    </item>
  </channel>
</rss>

