Skip to content

Content Search Response

A paginated list of Knowledge Hub content results matching a search query.

typestring

Always list.

Value:"list"
Example:"list"
total_countinteger

Total number of results matching the query.

Example:5
pagesobject

Pagination metadata, including links to neighbouring pages.

dataArray of any(Content Search Result)

The list of matched content items. Each item's type field determines its shape.

{ "type": "list", "total_count": 5, "pages": { "type": "pages", "page": 1, "per_page": 10, "total_pages": 1, "next": "https://api.intercom.io/content/search?query=billing&page=2", "prev": null }, "data": [ {} ] }