---
title: "Get indexed properties"
method: GET
path: "/cms/site-search/2026-03/indexed-data/{contentId}"
tags: ["Basic"]
---

# Get indexed properties

`GET /cms/site-search/2026-03/indexed-data/{contentId}`

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.

## Path parameters

- `contentId` string, required

## Query parameters

- `type` string

## Response `200`

successful operation

- CmsSiteSearchIndexedData
  - `fields` object, required — The indexed fields in HubSpot.
  - `id` string, required — The ID of the document in HubSpot.
  - `type` 'BLOG_POST' | 'KNOWLEDGE_ARTICLE' | 'LANDING_PAGE' | 'LISTING_PAGE' | 'SITE_PAGE' | 'STRUCTURED_CONTENT', required — The type of document. Can be `SITE_PAGE`, `LANDING_PAGE`, `BLOG_POST`, `LISTING_PAGE`, or `KNOWLEDGE_ARTICLE`.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
