Skip to main content
GET
Get a saved document's detail, structure outline, and the chats that used it.

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null

Path Parameters

document_id
string
required

Query Parameters

include_html
boolean
default:false

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