List the comments

View as Markdown
Lists every comment in the document — author, date, body, the block it anchors to, and whether its thread is resolved. Replies carry a `parentId` pointing at the comment they answer. `?openOnly=true` returns only unresolved threads. Comment ids (`cN`) are stable across edits — unlike `tc` suggestion ids, they never renumber. **Learn more:** [Redlining](https://docs.cloudraker.com/developers/file-tools)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

sessionIdstringRequired>=1 character

Query parameters

openOnlystringOptional

Response

The comments.
object"list"
datalist of objects

Errors

404
Not Found Error
429
Too Many Requests Error