Archive API docs
QUERY

engagementHistory

Paginated history of engagement metric snapshots for a specific item, ordered newest first.

Arguments

after String default: null
Cursor for fetching the next page of results.
filter EngagementHistoryFilterInput default: null
Filter criteria for engagement history entries.
first Int default: 20
Number of entries to return (page size).
itemId ID! required
The ID of the item to fetch engagement history for.

Returns

A paginated connection of EngagementHistoryEntry nodes. See Pagination for the connection shape.