GET /gammas/{gammaId}/comments
Returns comment threads on a Gamma, cursor-paginated. Supports an updatedSince filter for efficient delta polling.
API key for authentication
The ID of the Gamma to list comments for
Maximum number of comments to return per page
20Cursor for pagination (from previous response's nextCursor)
eyJpZCI6IjEyMyJ9ISO-8601 timestamp cursor. When provided, only comment threads with activity (including new replies) after this timestamp are returned — enabling efficient delta polling.
2026-06-01T00:00:00.000ZWhen true, archived (deleted) comments and replies are included in the
response, each carrying an archived flag. Defaults to false.
falseComments retrieved successfully
Whether more results exist beyond this page
trueCursor for fetching the next page (null if no more results)
eyJpZCI6IjQ1NiJ9Invalid request parameters (e.g. malformed updatedSince)
Invalid or missing API key
Insufficient permissions — caller must have comment-level access
Gamma not found
Related
Last updated
Was this helpful?