GET /gammas/{gammaId}/analytics
Returns doc-level engagement metrics for a Gamma: views, unique viewers/editors, card count, last opened time, and a 30-day daily breakdown.
API key for authentication
The ID of the Gamma — accepts a gamma (file) ID or a page/doc ID (the ID in a gamma.app/docs/ URL).
abc123xyzAnalytics retrieved successfully
Which activity the metrics cover: all — every viewer of the Gamma
(the API key's user has manage permission); self — only the API key
user's own activity (edit permission).
allPossible values: The Gamma (file) ID
abc123xyzTotal number of view events, including repeat opens by the same viewer.
342Total unique viewers (authenticated + anonymous)
128Total unique editors
3Number of cards in the Gamma
12ISO-8601 timestamp of the most recent view, or null if never viewed
2026-06-28T14:30:00.000ZInvalid request parameters
Invalid or missing API key
Access denied — at least edit permission required
Gamma not found
Related
Last updated
Was this helpful?