Reproducible query — Product (shared drive)
LIST LINKS 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.
| SRC_FILE_ID | DST_FILE_ID | LINK_TYPE |
|---|---|---|
| doc_roadmap26 | doc_pricing | mentions |
| doc_roadmap26 | doc_api | mentions |
| doc_q3plan | doc_pricing | mentions |
| doc_q3plan | doc_roadmap26 | mentions |
epoch 1source gdrive:linksas of 2026-09-14T21:44:11Ztransforms type-coercioncache hit
Raw envelope — what an app or agent receives
{
"ok": true,
"query": null,
"verb": "LIST",
"subject": "LINKS",
"data": {
"rows": [
{
"SRC_FILE_ID": "doc_roadmap26",
"DST_FILE_ID": "doc_pricing",
"LINK_TYPE": "mentions"
},
{
"SRC_FILE_ID": "doc_roadmap26",
"DST_FILE_ID": "doc_api",
"LINK_TYPE": "mentions"
},
{
"SRC_FILE_ID": "doc_q3plan",
"DST_FILE_ID": "doc_pricing",
"LINK_TYPE": "mentions"
},
{
"SRC_FILE_ID": "doc_q3plan",
"DST_FILE_ID": "doc_roadmap26",
"LINK_TYPE": "mentions"
}
],
"count": 4,
"total": 4,
"limited": false
},
"_meta": {
"epoch": 1,
"provenance": {
"source": "gdrive:links",
"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 LINKS",
"COUNT LINKS BY SRC_FILE_ID"
],
"hints": [],
"cache": "hit"
}
}