Other types

Learn about other types supported by the timeline API

The monday.com timeline API enables you to read Emails & Activities timelines.

The type below is used by the timeline query and is not independently queryable.

Timeline items page

An object containing a paginated set of timeline items. Utilizes cursor-based pagination to return the remaining pages of items.

Arguments

ArgumentTypeDescription
cursorStringThe cursor for the next set of timeline items to return.
limitIntThe number of timeline items to get. The default is 25.

Fields

FieldTypeDescription
cursorStringAn opaque token representing the position in a set of results to fetch timeline items from. Use this to paginate through large result sets.
timeline_items[TimelineItem!]!The timeline items in the current page.