Get the analyst-authored deal document from Liveblocks
Get the analyst-authored deal document from Liveblocks
Reads the deal’s Liveblocks room and returns its structured contents: the narrative document body (headings, prose, section briefs, key-finding callouts, chart references), the comment threads, and chart annotations. Chart numbers are not stored here (only references); fetch figures via the data endpoints. Returns an empty body for a deal with no document yet.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
group_id
deal_id
Response
Successful Response
room_id
Liveblocks room id the content was read from
body
Reading-order markdown of the document narrative
title
Document title (first h1 heading), if present
comments
Flattened comment threads
chart_annotations
Annotations pinned to charts in the document
truncated
Whether the document body was truncated to a size bound
Errors
422
Unprocessable Entity Error

