Reproducible query — Product (shared drive)
COUNT PRINCIPALS BY DOMAIN
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.
| acme.com | 5 71% |
| * | 1 14% |
| vendor.io | 1 14% |
3 groups · 7 rows total
epoch 1source gdrive:principalsas of 2026-09-14T21:44:11Ztransforms type-coercioncache hit
Raw envelope — what an app or agent receives
{
"ok": true,
"query": null,
"verb": "COUNT",
"subject": "PRINCIPALS",
"data": {
"groups": [
{
"group": "acme.com",
"count": 5
},
{
"group": "*",
"count": 1
},
{
"group": "vendor.io",
"count": 1
}
],
"total": 7
},
"_meta": {
"epoch": 1,
"provenance": {
"source": "gdrive:principals",
"sync_id": "sync-fbaf01faca",
"source_freshness": "2026-09-14T21:44:11Z",
"representation_freshness": "2026-09-14T21:44:11Z",
"resolved_fields": [],
"transforms": [
"type-coercion"
]
},
"related": [
"SUM PRINCIPALS ? BY DOMAIN",
"LIST PRINCIPALS LIMIT 10"
],
"hints": [],
"cache": "hit"
}
}