curl --request GET \
--url https://api.hubapi.com/cms/site-search/2026-03/indexed-data/{contentId} \
--header 'Authorization: Bearer <token>'{
"fields": {},
"id": "<string>",
"type": "BLOG_POST"
}curl --request GET \
--url https://api.hubapi.com/cms/site-search/2026-03/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?