Text of the document. Contains the full content when no offset/limit was requested, or only the requested slice otherwise.
Optionalend_Zero-based exclusive index of the last byte in content (i.e. the slice covers bytes start_byte..end_byte-1). Populated only when unit is "bytes"; null otherwise.
Optionalend_1-indexed line number of the last line included in content (i.e. the slice covers lines start_line through end_line inclusive). Populated only when unit is "lines"; null otherwise.
Context document ID (cdo_...).
OptionallimitThe limit value echoed from the request. null when no limit was requested.
OptionalmetadataArbitrary key-value metadata attached to the document, such as source URL or author. null if no metadata was recorded.
OptionaloffsetThe offset value echoed from the request. null when no offset was requested.
Optionalstart_Zero-based index of the first byte included in content. Populated only when unit is "bytes"; null otherwise.
Optionalstart_1-indexed line number of the first line included in content. Populated only when unit is "lines"; null otherwise.
OptionaltitleHuman-readable display title of the document. null if the document has no title set.
Total number of lines in the document's full content, regardless of any slice.
Total byte size of the document's full content, regardless of any slice.
OptionalunitSlice unit used when offset and limit were provided. One of "lines" (default) or "bytes". null when no slice was requested.
The text content of a context document, optionally sliced by line or byte range. Includes totals and slice boundary fields for the requested unit.