Reproducible query — Product (shared drive)
GET PRINCIPALS "acme.com"
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 | acme.com |
| PRINCIPAL_TYPE | domain |
| DOMAIN | acme.com |
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": "GET",
"subject": "PRINCIPALS",
"data": {
"record": {
"ID": "acme.com",
"PRINCIPAL_TYPE": "domain",
"DOMAIN": "acme.com"
}
},
"_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": [
"LIST PRINCIPALS LIMIT 10"
],
"hints": [],
"cache": "hit"
}
}