curl --request GET \
--url https://api.hubapi.com/cms/v3/site-search/indexed-data/{contentId} \
--header 'Authorization: Bearer <token>'{
"fields": {},
"id": "<string>",
"type": "BLOG_POST"
}Return all indexed data for an asset (e.g., page, blog post, HubDB table), specified by ID. This is useful when debugging why a particular asset is not returned from a custom search.
curl --request GET \
--url https://api.hubapi.com/cms/v3/site-search/indexed-data/{contentId} \
--header 'Authorization: Bearer <token>'{
"fields": {},
"id": "<string>",
"type": "BLOG_POST"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
.*successful operation
The indexed fields in HubSpot.
Show child attributes
The ID of the document in HubSpot.
The type of document. Can be SITE_PAGE, LANDING_PAGE, BLOG_POST, LISTING_PAGE, or KNOWLEDGE_ARTICLE.
BLOG_POST, KNOWLEDGE_ARTICLE, LANDING_PAGE, LISTING_PAGE, SITE_PAGE, STRUCTURED_CONTENT Was this page helpful?