Reproducible query — Product (shared drive)
LIST DRIVES 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.
| NAME | ID | DRIVE_KIND | CREATED |
|---|---|---|---|
| Product | drv_product | shared_drive | 2025-03-01T09:00:00Z |
epoch 1source gdrive:drivesas of 2026-09-14T21:44:11Ztransforms type-coercioncache hit
Raw envelope — what an app or agent receives
{
"ok": true,
"query": null,
"verb": "LIST",
"subject": "DRIVES",
"data": {
"rows": [
{
"ID": "drv_product",
"NAME": "Product",
"DRIVE_KIND": "shared_drive",
"CREATED": "2025-03-01T09:00:00Z"
}
],
"count": 1,
"total": 1,
"limited": false
},
"_meta": {
"epoch": 1,
"provenance": {
"source": "gdrive:drives",
"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 DRIVES",
"COUNT DRIVES BY ID"
],
"hints": [],
"cache": "hit"
}
}