Reproducible query — Product (shared drive)
RESOLVE PRINCIPALS "acme.c"
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 | 0.86 | |
| bob@acme.com | 0.67 | |
| eng@acme.com | 0.67 | |
| alice@acme.com | 0.60 | |
| carol@acme.com | 0.60 |
Resolved against ID.
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": "RESOLVE",
"subject": "PRINCIPALS",
"data": {
"matches": [
{
"canonical": "acme.com",
"score": 0.857
},
{
"canonical": "bob@acme.com",
"score": 0.667
},
{
"canonical": "eng@acme.com",
"score": 0.667
},
{
"canonical": "alice@acme.com",
"score": 0.6
},
{
"canonical": "carol@acme.com",
"score": 0.6
}
],
"field": "ID"
},
"_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": [
"GET PRINCIPALS \"<canonical name>\""
],
"hints": [],
"cache": "hit"
}
}