Queries
timelineEntries
Returns a paginated list of all timeline entries for a customer, ordered from oldest to newest.
Timeline entries include every event, message, note, and automated activity that has occurred
across all of the customer’s threads. Supports cursor-based pagination via first/after
and last/before arguments.
QUERY
timelineEntries(customerId: ID!, first: Int, after: String, last: Int, before: String): TimelineEntryConnection!Arguments
customerId
ID!
required
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Variables
Response
Query
Variables
Response

