Reproducible query — Product (shared drive)
LIST SECTIONS LIMIT 5
Anyone opening this link re-runs the same query against epoch 1, so it returns the same answer — that is what makes a number in a report checkable later.
| ID | FILE_ID | SECTION_INDEX | HEADING | LEVEL | CHAR_START | CHAR_END | WORD_COUNT | TEXT |
|---|---|---|---|---|---|---|---|---|
| doc_roadmap26#s0 | doc_roadmap26 | 0 | Roadmap 2026 | 1 | 0 | 16 | 0 | - |
| doc_roadmap26#s1 | doc_roadmap26 | 1 | Q1 — Foundations | 2 | 16 | 186 | 18 | Ship the ingest rewrite and close the migration off the legacy store. Pricing changes are tracked in https://docs.google.com/document/d/doc_pricing. |
| doc_roadmap26#s2 | doc_roadmap26 | 2 | Q2 — Platform | 2 | 186 | 323 | 15 | Publish the public API. Spec lives at https://docs.google.com/document/d/doc_api. Rate limiting is the main open risk. |
| doc_roadmap26#s3 | doc_roadmap26 | 3 | Q3 — Expansion | 2 | 323 | 418 | 13 | Enter the EU market. Requires the DPA template and a data residency review. |
| doc_roadmap26#s4 | doc_roadmap26 | 4 | Q4 — Consolidation | 2 | 418 | 487 | 7 | Reduce operational load. No new surface area. |
Showing 5 of 36 matching rows — raise LIMIT for more.
Showing 5 of 36 matching rows (LIMIT applies; count is not the true total - use COUNT SECTIONS for that).
epoch 1source gdrive:sectionsas of 2026-09-14T21:44:11Ztransforms type-coercioncache hit
Raw envelope — what an app or agent receives
{
"ok": true,
"query": null,
"verb": "LIST",
"subject": "SECTIONS",
"data": {
"rows": [
{
"ID": "doc_roadmap26#s0",
"FILE_ID": "doc_roadmap26",
"SECTION_INDEX": 0,
"HEADING": "Roadmap 2026",
"LEVEL": 1,
"CHAR_START": 0,
"CHAR_END": 16,
"WORD_COUNT": 0,
"TEXT": null
},
{
"ID": "doc_roadmap26#s1",
"FILE_ID": "doc_roadmap26",
"SECTION_INDEX": 1,
"HEADING": "Q1 \u2014 Foundations",
"LEVEL": 2,
"CHAR_START": 16,
"CHAR_END": 186,
"WORD_COUNT": 18,
"TEXT": "Ship the ingest rewrite and close the migration off the legacy store.\nPricing changes are tracked in https://docs.google.com/document/d/doc_pricing."
},
{
"ID": "doc_roadmap26#s2",
"FILE_ID": "doc_roadmap26",
"SECTION_INDEX": 2,
"HEADING": "Q2 \u2014 Platform",
"LEVEL": 2,
"CHAR_START": 186,
"CHAR_END": 323,
"WORD_COUNT": 15,
"TEXT": "Publish the public API. Spec lives at https://docs.google.com/document/d/doc_api.\nRate limiting is the main open risk."
},
{
"ID": "doc_roadmap26#s3",
"FILE_ID": "doc_roadmap26",
"SECTION_INDEX": 3,
"HEADING": "Q3 \u2014 Expansion",
"LEVEL": 2,
"CHAR_START": 323,
"CHAR_END": 418,
"WORD_COUNT": 13,
"TEXT": "Enter the EU market. Requires the DPA template and a data residency review."
},
{
"ID": "doc_roadmap26#s4",
"FILE_ID": "doc_roadmap26",
"SECTION_INDEX": 4,
"HEADING": "Q4 \u2014 Consolidation",
"LEVEL": 2,
"CHAR_START": 418,
"CHAR_END": 487,
"WORD_COUNT": 7,
"TEXT": "Reduce operational load. No new surface area."
}
],
"count": 5,
"total": 36,
"limited": true
},
"_meta": {
"epoch": 1,
"provenance": {
"source": "gdrive:sections",
"sync_id": "sync-fbaf01faca",
"source_freshness": "2026-09-14T21:44:11Z",
"representation_freshness": "2026-09-14T21:44:11Z",
"resolved_fields": [],
"transforms": [
"type-coercion"
]
},
"related": [
"COUNT SECTIONS",
"COUNT SECTIONS BY ID"
],
"hints": [
"Showing 5 of 36 matching rows (LIMIT applies; count is not the true total - use COUNT SECTIONS for that)."
],
"cache": "hit"
}
}