List the comments
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
sessionId
Query parameters
openOnly
Response
The comments.
object
data
Errors
404
Not Found Error
429
Too Many Requests Error