Reproducible query — Product (shared drive)
LIST PRINCIPALS 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.
| ID | PRINCIPAL_TYPE | DOMAIN |
|---|---|---|
| acme.com | domain | acme.com |
| alice@acme.com | user | acme.com |
| bob@acme.com | user | acme.com |
| anyone | anyone | * |
| eng@acme.com | group | acme.com |
Showing 5 of 7 matching rows — raise LIMIT for more.
Showing 5 of 7 matching rows (LIMIT applies; count is not the true total - use COUNT PRINCIPALS for that).
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": "LIST",
"subject": "PRINCIPALS",
"data": {
"rows": [
{
"ID": "acme.com",
"PRINCIPAL_TYPE": "domain",
"DOMAIN": "acme.com"
},
{
"ID": "alice@acme.com",
"PRINCIPAL_TYPE": "user",
"DOMAIN": "acme.com"
},
{
"ID": "bob@acme.com",
"PRINCIPAL_TYPE": "user",
"DOMAIN": "acme.com"
},
{
"ID": "anyone",
"PRINCIPAL_TYPE": "anyone",
"DOMAIN": "*"
},
{
"ID": "eng@acme.com",
"PRINCIPAL_TYPE": "group",
"DOMAIN": "acme.com"
}
],
"count": 5,
"total": 7,
"limited": true
},
"_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": [
"COUNT PRINCIPALS",
"COUNT PRINCIPALS BY DOMAIN"
],
"hints": [
"Showing 5 of 7 matching rows (LIMIT applies; count is not the true total - use COUNT PRINCIPALS for that)."
],
"cache": "hit"
}
}