Reproducible query — Product (shared drive)
LIST LABELS 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.
| LABEL | FILE_ID | VALUE |
|---|---|---|
| needs-review | doc_roadmap26 | legal |
| confidential | doc_pricing | internal-only |
| lifecycle | doc_pricing_v1 | superseded |
| confidential | pdf_msa | legal |
epoch 1source gdrive:labelsas of 2026-09-14T21:44:11Ztransforms type-coercioncache hit
Raw envelope — what an app or agent receives
{
"ok": true,
"query": null,
"verb": "LIST",
"subject": "LABELS",
"data": {
"rows": [
{
"FILE_ID": "doc_roadmap26",
"LABEL": "needs-review",
"VALUE": "legal"
},
{
"FILE_ID": "doc_pricing",
"LABEL": "confidential",
"VALUE": "internal-only"
},
{
"FILE_ID": "doc_pricing_v1",
"LABEL": "lifecycle",
"VALUE": "superseded"
},
{
"FILE_ID": "pdf_msa",
"LABEL": "confidential",
"VALUE": "legal"
}
],
"count": 4,
"total": 4,
"limited": false
},
"_meta": {
"epoch": 1,
"provenance": {
"source": "gdrive:labels",
"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 LABELS",
"COUNT LABELS BY FILE_ID"
],
"hints": [],
"cache": "hit"
}
}