Skip to main content
GET
/
cms
/
v3
/
site-search
/
indexed-data
/
{contentId}
Get indexed properties
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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

contentId
string
required
Pattern: .*

Query Parameters

type
string

Response

successful operation

fields
object
required

The indexed fields in HubSpot.

id
string
required

The ID of the document in HubSpot.

type
enum<string>
required

The type of document. Can be SITE_PAGE, LANDING_PAGE, BLOG_POST, LISTING_PAGE, or KNOWLEDGE_ARTICLE.

Available options:
BLOG_POST,
KNOWLEDGE_ARTICLE,
LANDING_PAGE,
LISTING_PAGE,
SITE_PAGE,
STRUCTURED_CONTENT
Last modified on March 30, 2026