Article Search Response

The results of an Article search

type
string

The type of the object - list.

Value: "list"
total_count
integer

The total number of Articles matching the search query

object

An object containing the results of the search.

object or null (Cursor based pages)

Cursor-based pagination is a technique used in the Intercom API to navigate through large amounts of data. A "cursor" or pointer is used to keep track of the current position in the result set, allowing the API to return the data in small chunks or "pages" as needed.

{ "type": "list", "total_count": 5, "data": { }, "pages": { "type": "pages", "page": 1, "per_page": 2, "total_pages": 13 } }