GET /gammas/{gammaId}/analytics/viewers
Returns paginated per-viewer engagement data for a Gamma. Requires at least edit permission; manage permission returns all viewers, edit permission returns only the API key owner's row.
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).
abc123xyzMaximum number of viewers to return
25Cursor for pagination (from a previous response's nextCursor)
eyJpZCI6IjEyMyJ9Sort direction, applied to the viewer's most recent open time
descPossible values: Viewer analytics retrieved successfully
Which viewers the rows cover: all — every viewer of the Gamma
(the API key's user has manage permission); self — at most the API key
user's own row (edit permission).
allPossible values: The Gamma (file) ID
abc123xyzWhether more viewers exist beyond this page
trueCursor for fetching the next page (null if no more results)
eyJpZCI6IjQ1NiJ9Invalid request parameters
Invalid or missing API key
Access denied — at least edit permission required
Gamma not found
Related
Last updated
Was this helpful?