renza

API reference / Comments

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–100
  • cursorstringoptional
  • orderstringoptionaldefault "created_at.desc"

    Possible values: created_at.desc, created_at.asc

  • deckstringoptional
  • slide_indexinteger | nulloptional
  • resolvedstringoptional

    Only open or only resolved.

    Possible values: true, false

  • parentstringoptional

    Replies under this thread root.

Returns

  • 200A page of comments.

Failures use the standard error envelope with a closed set of codes.