Reproducible query — Product (shared drive)
LIST COMMENTS 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 | AUTHOR | RESOLVED | QUOTED_TEXT | TEXT | CREATED |
|---|---|---|---|---|---|---|
| cmt_3 | doc_roadmap26 | alice@acme.com | no | EU market | Needs a legal gate before we commit publicly. | 2026-07-15T14:20:00Z |
| cmt_1 | doc_pricing | dana@vendor.io | no | negotiated above that | Can we get the ladder in writing for the renewal? | 2026-08-20T10:00:00Z |
| cmt_2 | doc_pricing | carol@acme.com | yes | 19 per seat | Confirmed with finance. | 2026-02-11T09:30:00Z |
| cmt_4 | doc_handbook | bob@acme.com | yes | eight weeks ahead | Softened per HR feedback. | 2026-08-29T11:00:00Z |
epoch 1source gdrive:commentsas of 2026-09-14T21:44:11Ztransforms type-coercioncache hit
Raw envelope — what an app or agent receives
{
"ok": true,
"query": null,
"verb": "LIST",
"subject": "COMMENTS",
"data": {
"rows": [
{
"ID": "cmt_3",
"FILE_ID": "doc_roadmap26",
"AUTHOR": "alice@acme.com",
"RESOLVED": "no",
"QUOTED_TEXT": "EU market",
"TEXT": "Needs a legal gate before we commit publicly.",
"CREATED": "2026-07-15T14:20:00Z"
},
{
"ID": "cmt_1",
"FILE_ID": "doc_pricing",
"AUTHOR": "dana@vendor.io",
"RESOLVED": "no",
"QUOTED_TEXT": "negotiated above that",
"TEXT": "Can we get the ladder in writing for the renewal?",
"CREATED": "2026-08-20T10:00:00Z"
},
{
"ID": "cmt_2",
"FILE_ID": "doc_pricing",
"AUTHOR": "carol@acme.com",
"RESOLVED": "yes",
"QUOTED_TEXT": "19 per seat",
"TEXT": "Confirmed with finance.",
"CREATED": "2026-02-11T09:30:00Z"
},
{
"ID": "cmt_4",
"FILE_ID": "doc_handbook",
"AUTHOR": "bob@acme.com",
"RESOLVED": "yes",
"QUOTED_TEXT": "eight weeks ahead",
"TEXT": "Softened per HR feedback.",
"CREATED": "2026-08-29T11:00:00Z"
}
],
"count": 4,
"total": 4,
"limited": false
},
"_meta": {
"epoch": 1,
"provenance": {
"source": "gdrive:comments",
"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 COMMENTS",
"COUNT COMMENTS BY ID"
],
"hints": [],
"cache": "hit"
}
}