Paginated Response

A paginated list of activity logs.

type
string

String representing the object's type. Always has the value activity_log.list.

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.

Array of objects or null (Activity Log)

An array of activity logs

{ "type": "activity_log.list", "pages": { "type": "pages", "page": 1, "per_page": 2, "total_pages": 13 }, "activity_logs": [ ] }