List comments
GET/v1/comments
Lists comments in the active org, newest first. Filter by `deck`, `slide_index`, `resolved`, or `parent`.
Requires an API key (bearer), scoped to the active org.
Query parameters
limitintegeroptionaldefault 201–100cursorstringoptionalorderstringoptionaldefault "created_at.desc"Possible values:
created_at.desc,created_at.ascdeckstringoptionalslide_indexinteger | nulloptionalresolvedstringoptionalOnly open or only resolved.
Possible values:
true,falseparentstringoptionalReplies under this thread root.
Returns
200A page of comments.
Failures use the standard error envelope with a closed set of codes.