Read a session’s text

View as Markdown
Returns the document as a list of blocks, each with the `blockId` an edit can anchor to. `?view` picks which text you get: `accepted` (tracked changes applied, the default), `baseline` (the text before any change), or `current` (insertions and deletions both shown). **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

viewenumOptional
Allowed values:

Response

The blocks.
object"list"
datalist of objects

Errors

404
Not Found Error
429
Too Many Requests Error