Skip to main content
GET
/
analytics
/
v2
/
reports
/
{objectType}
/
exists
Check for the existence of analytics data for an object type
curl --request GET \
  --url https://api.hubapi.com/analytics/v2/reports/{objectType}/exists
{
  "exists": true
}

Path Parameters

objectType
string
required

The object type that you want to check for analytics data.

Response

Check completed successfully

exists
boolean
required

Whether analytics data exists for the specified object type

Last modified on December 12, 2025