Get a saved document's detail, structure outline, and the chats that used it.
One saved document’s metadata plus a STRUCTURE outline and the chat sessions that have it open (prior-chats-per-file). Owner-scoped — 404 if the document isn’t yours.
structure (WP8-f, always included, token-light, NON-BILLABLE) is the cheap verify step after
any edit: headings (level + text + position), section_count (heading-anchored), block_count
(editable chunks), media (image/diagram counts). The C6 blind-test agent burned ~15-20% of its
entire op budget exporting markdown after every edit purely to check structure — this read
answers the same question for free. Pass include_html=true only when you need the body.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Query Parameters
When true, also returns the document's full reassembled HTML body (html), plus its page_setup and version_id. Default false returns metadata + structure + prior-chats only, keeping the response token-light. This is the by-id way to read a saved document's body without opening it into a session.
Response
Successful Response

